Uses of Interface
org.jfree.chart.LegendItemSource
Package | Description |
---|---|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.chart.plot.dial |
Classes for creating dial plots.
|
org.jfree.chart.plot.flow |
Classes for creating flow plots (a type of Sankey chart).
|
org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
-
Uses of LegendItemSource in org.jfree.chart.plot
Classes in org.jfree.chart.plot that implement LegendItemSource Modifier and Type Class Description class
CategoryPlot
A general plotting class that uses data from aCategoryDataset
and renders each data item using aCategoryItemRenderer
.class
CombinedDomainCategoryPlot
A combined category plot where the domain axis is shared.class
CombinedDomainXYPlot
An extension ofXYPlot
that contains multiple subplots that share a common domain axis.class
CombinedRangeCategoryPlot
A combined category plot where the range axis is shared.class
CombinedRangeXYPlot
An extension ofXYPlot
that contains multiple subplots that share a common range axis.class
CompassPlot
A specialised plot that draws a compass to indicate a direction based on the value from aValueDataset
.class
FastScatterPlot
A fast scatter plot.class
MeterPlot
A plot that displays a single value in the form of a needle on a dial.class
MultiplePiePlot
A plot that displays multiple pie plots using data from aCategoryDataset
.class
PiePlot<K extends Comparable<K>>
A plot that displays data in the form of a pie chart, using data from any class that implements thePieDataset
interface.class
PiePlot3D
Deprecated.For 3D pie charts, use Orson Charts (https://github.com/jfree/orson-charts).class
Plot
The base class for all plots in JFreeChart.class
PolarPlot
Plots data that is in (theta, radius) pairs where theta equal to zero is due north and increases clockwise.class
RingPlot
A customised pie plot that leaves a hole in the middle.class
SpiderWebPlot
A plot that displays data from aCategoryDataset
in the form of a "spider web".class
ThermometerPlot
A plot that displays a single value (from aValueDataset
) in a thermometer type display.class
WaferMapPlot
A wafer map plot.class
XYPlot
A general class for plotting data in the form of (x, y) pairs. -
Uses of LegendItemSource in org.jfree.chart.plot.dial
Classes in org.jfree.chart.plot.dial that implement LegendItemSource Modifier and Type Class Description class
DialPlot
A dial plot composed of user-definable layers. -
Uses of LegendItemSource in org.jfree.chart.plot.flow
Classes in org.jfree.chart.plot.flow that implement LegendItemSource Modifier and Type Class Description class
FlowPlot
A plot for visualising flows defined in aFlowDataset
. -
Uses of LegendItemSource in org.jfree.chart.renderer.category
Subinterfaces of LegendItemSource in org.jfree.chart.renderer.category Modifier and Type Interface Description interface
CategoryItemRenderer
A plug-in object that is used by theCategoryPlot
class to display individual data items from aCategoryDataset
.Classes in org.jfree.chart.renderer.category that implement LegendItemSource Modifier and Type Class Description class
AbstractCategoryItemRenderer
An abstract base class that you can use to implement a newCategoryItemRenderer
.class
AreaRenderer
A category item renderer that draws area charts.class
BarRenderer
ACategoryItemRenderer
that draws individual data items as bars.class
BoxAndWhiskerRenderer
A box-and-whisker renderer.class
CategoryStepRenderer
A "step" renderer similar toXYStepRenderer
but that can be used with theCategoryPlot
class.class
DefaultCategoryItemRenderer
A default renderer for theCategoryPlot
class.class
GanttRenderer
A renderer for simple Gantt charts.class
GroupedStackedBarRenderer
A renderer that draws stacked bars within groups.class
IntervalBarRenderer
A renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.class
LayeredBarRenderer
ACategoryItemRenderer
that represents data using bars which are superimposed.class
LevelRenderer
ACategoryItemRenderer
that draws individual data items as horizontal lines, spaced in the same way as bars in a bar chart.class
LineAndShapeRenderer
A renderer that draws shapes for each data item, and lines between data items (for use with theCategoryPlot
class).class
MinMaxCategoryRenderer
Renderer for drawing min max plot.class
ScatterRenderer
A renderer that handles the multiple values from aMultiValueCategoryDataset
by plotting a shape for each value for each given item in the dataset.class
StackedAreaRenderer
A renderer that draws stacked area charts for aCategoryPlot
.class
StackedBarRenderer
A stacked bar renderer for use with theCategoryPlot
class.class
StatisticalBarRenderer
A renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line.class
StatisticalLineAndShapeRenderer
A renderer that draws shapes for each data item, and lines between data items.class
WaterfallBarRenderer
A renderer that handles the drawing of waterfall bar charts, for use with theCategoryPlot
class. -
Uses of LegendItemSource in org.jfree.chart.renderer.xy
Subinterfaces of LegendItemSource in org.jfree.chart.renderer.xy Modifier and Type Interface Description interface
XYItemRenderer
Interface for rendering the visual representation of a single (x, y) item on anXYPlot
.Classes in org.jfree.chart.renderer.xy that implement LegendItemSource Modifier and Type Class Description class
AbstractXYItemRenderer
A base class that can be used to create newXYItemRenderer
implementations.class
CandlestickRenderer
A renderer that draws candlesticks on anXYPlot
(requires aOHLCDataset
).class
ClusteredXYBarRenderer
An extension ofXYBarRenderer
that displays bars for different series values at the same x next to each other.class
CyclicXYItemRenderer
The Cyclic XY item renderer is specially designed to handle cyclic axis.class
DefaultXYItemRenderer
A default renderer for theXYPlot
class.class
DeviationRenderer
A specialised subclass of theXYLineAndShapeRenderer
that requires anIntervalXYDataset
and represents the y-interval by shading an area behind the y-values on the chart.class
DeviationStepRenderer
A specialised subclass of theDeviationRenderer
that requires anIntervalXYDataset
and represents the y-interval by shading an area behind the y-values on the chart, drawing only horizontal or vertical lines (steps);class
HighLowRenderer
A renderer that draws high/low/open/close markers on anXYPlot
(requires aOHLCDataset
).class
SamplingXYLineRenderer
A renderer that draws line charts.class
StackedXYAreaRenderer
A stacked area renderer for theXYPlot
class.class
StackedXYAreaRenderer2
A stacked area renderer for theXYPlot
class.class
StackedXYBarRenderer
A bar renderer that displays the series items stacked.class
StandardXYItemRenderer
Standard item renderer for anXYPlot
.class
VectorRenderer
A renderer that represents data from anVectorXYDataset
by drawing a line with an arrow at each (x, y) point.class
WindItemRenderer
A specialised renderer for displaying wind intensity/direction data.class
XYAreaRenderer
Area item renderer for anXYPlot
.class
XYAreaRenderer2
Area item renderer for anXYPlot
.class
XYBarRenderer
A renderer that draws bars on anXYPlot
(requires anIntervalXYDataset
).class
XYBlockRenderer
A renderer that represents data from anXYZDataset
by drawing a color block at each (x, y) point, where the color is a function of the z-value from the dataset.class
XYBoxAndWhiskerRenderer
A renderer that draws box-and-whisker items on anXYPlot
.class
XYBubbleRenderer
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 ofXYZDataset
.class
XYDifferenceRenderer
A renderer for anXYPlot
that highlights the differences between two series.class
XYDotRenderer
A renderer that draws a small dot at each data point for anXYPlot
.class
XYErrorRenderer
A line and shape renderer that can also display x and/or y-error values.class
XYLineAndShapeRenderer
A renderer that connects data points with lines and/or draws shapes at each data point.class
XYShapeRenderer
A renderer that draws shapes at (x, y) coordinates and, if the dataset is an instance ofXYZDataset
, fills the shapes with a paint that is based on the z-value (the paint is obtained from a lookup table).class
XYSplineRenderer
A renderer that connects data points with natural cubic splines and/or draws shapes at each data point.class
XYStepAreaRenderer
A step chart renderer that fills the area between the step and the x-axis.class
XYStepRenderer
Line/Step item renderer for anXYPlot
.class
YIntervalRenderer
A renderer that draws a line connecting the start and end Y values for anXYPlot
. -
Uses of LegendItemSource in org.jfree.chart.title
Methods in org.jfree.chart.title that return LegendItemSource Modifier and Type Method Description LegendItemSource[]
LegendTitle. getSources()
Returns the legend item sources.Methods in org.jfree.chart.title with parameters of type LegendItemSource Modifier and Type Method Description void
LegendTitle. setSources(LegendItemSource[] sources)
Sets the legend item sources and sends aTitleChangeEvent
to all registered listeners.Constructors in org.jfree.chart.title with parameters of type LegendItemSource Constructor Description LegendTitle(LegendItemSource source)
Constructs a new (empty) legend for the specified source.LegendTitle(LegendItemSource source, Arrangement hLayout, Arrangement vLayout)
Creates a new legend title with the specified arrangement.