Tabnine Logo
XYBubbleRenderer.lookupLegendTextFont
Code IndexAdd Tabnine to your IDE (free)

How to use
lookupLegendTextFont
method
in
org.jfree.chart.renderer.xy.XYBubbleRenderer

Best Java code snippets using org.jfree.chart.renderer.xy.XYBubbleRenderer.lookupLegendTextFont (Showing top 2 results out of 315)

origin: jfree/jfreechart

result = new LegendItem(label, description, toolTipText,
    urlText, shape, paint, outlineStroke, outlinePaint);
result.setLabelFont(lookupLegendTextFont(series));
Paint labelPaint = lookupLegendTextPaint(series);
if (labelPaint != null) {
origin: org.codehaus.jtstand/jtstand-chart

result = new LegendItem(label, description, toolTipText,
    urlText, shape, paint, outlineStroke, outlinePaint);
result.setLabelFont(lookupLegendTextFont(series));
Paint labelPaint = lookupLegendTextPaint(series);
if (labelPaint != null) {
org.jfree.chart.renderer.xyXYBubbleRendererlookupLegendTextFont

Popular methods of XYBubbleRenderer

  • <init>
    Constructs a new renderer with the specified type of scaling.
  • addEntity
  • drawItemLabel
  • getItemOutlinePaint
  • getItemOutlineStroke
  • getItemPaint
  • getItemVisible
  • getLegendItemLabelGenerator
  • getLegendItemToolTipGenerator
  • getLegendItemURLGenerator
  • getPlot
  • getScaleType
    Returns the scale type that was set when the renderer was constructed.
  • getPlot,
  • getScaleType,
  • isItemLabelVisible,
  • lookupLegendShape,
  • lookupLegendTextPaint,
  • lookupSeriesOutlinePaint,
  • lookupSeriesOutlineStroke,
  • lookupSeriesPaint,
  • updateCrosshairValues

Popular in Java

  • Creating JSON documents from java classes using gson
  • runOnUiThread (Activity)
  • scheduleAtFixedRate (Timer)
  • getContentResolver (Context)
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now