Tabnine Logo
LegendItemEntity.setDataset
Code IndexAdd Tabnine to your IDE (free)

How to use
setDataset
method
in
org.jfree.chart.entity.LegendItemEntity

Best Java code snippets using org.jfree.chart.entity.LegendItemEntity.setDataset (Showing top 2 results out of 315)

origin: jfree/jfreechart

    (Shape) area.clone());
entity.setSeriesKey(this.seriesKey);
entity.setDataset(this.dataset);
entity.setToolTipText(getToolTipText());
entity.setURLText(getURLText());
origin: org.codehaus.jtstand/jtstand-chart

entity.setSeriesIndex(this.series);
entity.setSeriesKey(this.seriesKey);
entity.setDataset(this.dataset);
entity.setToolTipText(getToolTipText());
entity.setURLText(getURLText());
org.jfree.chart.entityLegendItemEntitysetDataset

Javadoc

Sets a reference to the dataset that this legend item is derived from.

Popular methods of LegendItemEntity

  • <init>
    Creates a legend item entity.
  • setSeriesKey
    Sets the key for the series.
  • setToolTipText
  • setURLText
  • getSeriesKey
    Returns the series key that identifies the legend item.
  • getToolTipText
  • setSeriesIndex
    Sets the series index.

Popular in Java

  • Reactive rest calls using spring rest template
  • getSharedPreferences (Context)
  • getExternalFilesDir (Context)
  • setScale (BigDecimal)
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • Top 12 Jupyter Notebook extensions
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