congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
LegendItemEntity.setSeriesIndex
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: org.codehaus.jtstand/jtstand-chart

LegendItemEntity entity = new LegendItemEntity(
    (Shape) area.clone());
entity.setSeriesIndex(this.series);
entity.setSeriesKey(this.seriesKey);
entity.setDataset(this.dataset);
org.jfree.chart.entityLegendItemEntitysetSeriesIndex

Javadoc

Sets the series index.

Popular methods of LegendItemEntity

  • <init>
    Creates a legend item entity.
  • setDataset
    Sets a reference to the dataset that this legend item is derived from.
  • setSeriesKey
    Sets the key for the series.
  • setToolTipText
  • setURLText
  • getSeriesKey
    Returns the series key that identifies the legend item.
  • getToolTipText

Popular in Java

  • Reactive rest calls using spring rest template
  • getSystemService (Context)
  • setScale (BigDecimal)
  • requestLocationUpdates (LocationManager)
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • String (java.lang)
  • Notification (javax.management)
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Top Vim 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