Uses of Interface org.jfree.chart.LegendItemSource

Uses in package org.jfree.chart.plot

Classes implementing org.jfree.chart.LegendItemSource

class
A general plotting class that uses data from a CategoryDataset and renders each data item using a CategoryItemRenderer.
class
A combined category plot where the domain axis is shared.
class
An extension of XYPlot that contains multiple subplots that share a common domain axis.
class
A combined category plot where the range axis is shared.
class
An extension of XYPlot that contains multiple subplots that share a common range axis.
class
A specialised plot that draws a compass to indicate a direction based on the value from a ValueDataset.
class
A class for creating shaded contours.
class
A fast scatter plot.
class
A plot that displays a single value in the form of a needle on a dial.
class
A plot that displays multiple pie plots using data from a CategoryDataset.
class
A plot that displays data in the form of a pie chart, using data from any class that implements the PieDataset interface.
class
A plot that displays data in the form of a 3D pie chart, using data from any class that implements the PieDataset interface.
class
The base class for all plots in JFreeChart.
class
Plots data that is in (theta, radius) pairs where theta equal to zero is due north and increases clockwise.
class
A customised pie plot that leaves a hole in the middle.
class
A plot that displays data from a CategoryDataset in the form of a "spider web".
class
A plot that displays a single value (from a ValueDataset) in a thermometer type display.
class
A wafer map plot.
class
A general class for plotting data in the form of (x, y) pairs.

Uses in package org.jfree.chart.renderer.category

Classes implementing org.jfree.chart.LegendItemSource

class
An abstract base class that you can use to implement a new CategoryItemRenderer.
class
A category item renderer that draws area charts.
class
A CategoryItemRenderer that draws individual data items as bars.
class
A renderer for bars with a 3D effect, for use with the CategoryPlot class.
class
A box-and-whisker renderer.
class
A "step" renderer similar to XYStepRenderer but that can be used with the CategoryPlot class.
class
A default renderer for the CategoryPlot class.
class
A renderer for simple Gantt charts.
class
A renderer that draws stacked bars within groups.
class
A renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.
class
A CategoryItemRenderer that represents data using bars which are superimposed.
class
A CategoryItemRenderer that draws individual data items as horizontal lines, spaced in the same way as bars in a bar chart.
class
A renderer that draws shapes for each data item, and lines between data items (for use with the CategoryPlot class).
class
A line renderer with a 3D effect.
class
Renderer for drawing min max plot.
class
A renderer that draws stacked area charts for a CategoryPlot.
class
A stacked bar renderer for use with the CategoryPlot class.
class
Renders stacked bars with 3D-effect, for use with the CategoryPlot class.
class
A renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line.
class
A renderer that draws shapes for each data item, and lines between data items.
class
A renderer that handles the drawing of waterfall bar charts, for use with the CategoryPlot class.

Uses in package org.jfree.chart.title

Constructors with parameter type org.jfree.chart.LegendItemSource

Constructs a new (empty) legend for the specified source.
Creates a new legend title with the specified arrangement.

Methods with parameter type org.jfree.chart.LegendItemSource

void
Sets the legend item sources and sends a TitleChangeEvent to all registered listeners.

Methods with return type org.jfree.chart.LegendItemSource

LegendItemSource[]
Returns the legend item sources.

Uses in package org.jfree.chart.renderer.xy

Classes implementing org.jfree.chart.LegendItemSource

class
A base class that can be used to create new XYItemRenderer implementations.
class
A renderer that draws candlesticks on an XYPlot (requires a OHLCDataset).
class
An extension of XYBarRenderer that displays bars for different series values at the same x next to each other.
class
The Cyclic XY item renderer is specially designed to handle cyclic axis.
class
A default renderer for the XYPlot class.
class
A specialised subclass of the XYLineAndShapeRenderer that requires an IntervalXYDataset and represents the y-interval by shading an area behind the y-values on the chart.
class
A renderer that draws high/low/open/close markers on an XYPlot (requires a OHLCDataset).
class
A stacked area renderer for the XYPlot class.
class
A stacked area renderer for the XYPlot class.
class
A bar renderer that displays the series items stacked.
class
Standard item renderer for an XYPlot.
class
A specialised renderer for displaying wind intensity/direction data.
class
Area item renderer for an XYPlot.
class
Area item renderer for an XYPlot.
class
A renderer that draws bars on an XYPlot (requires an IntervalXYDataset).
class
A renderer that represents data from an XYZDataset by drawing a color block at each (x, y) point, where the color is a function of the z-value from the dataset.
class
A renderer that draws box-and-whisker items on an XYPlot.
class
A renderer that draws a circle at each data point with a diameter that is determined by the z-value in the dataset (the renderer requires the dataset to be an instance of XYZDataset.
class
A renderer for an XYPlot that highlights the differences between two series.
class
A renderer that draws a small dot at each data point for an XYPlot.
class
A line and shape renderer that can also display x and/or y-error values.
class
A XYLineAndShapeRenderer that adds a shadow line to the graph to emulate a 3D-effect.
class
A renderer that can be used with the XYPlot class.
class
A step chart renderer that fills the area between the step and the x-axis.
class
Line/Step item renderer for an XYPlot.
class
A renderer that draws a line connecting the start and end Y values for an XYPlot.