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

How to use
org.jfree.chart.entity.LegendItemEntity
constructor

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

origin: jfree/jfreechart

if (ebp.getGenerateEntities()) {
  EntityCollection ec = new StandardEntityCollection();
  LegendItemEntity entity = new LegendItemEntity(
      (Shape) area.clone());
  entity.setSeriesKey(this.seriesKey);
origin: org.codehaus.jtstand/jtstand-chart

if (ebp.getGenerateEntities()) {
  EntityCollection ec = new StandardEntityCollection();
  LegendItemEntity entity = new LegendItemEntity(
      (Shape) area.clone());
  entity.setSeriesIndex(this.series);
org.jfree.chart.entityLegendItemEntity<init>

Javadoc

Creates a legend item entity.

Popular methods of LegendItemEntity

  • 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
  • setSeriesIndex
    Sets the series index.

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 Sublime Text 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