Uses of Interface
org.jfree.chart.LegendItemSource
Packages that use LegendItemSource
Package
Description
Classes for creating flow plots (a type of Sankey chart).
-
Uses of LegendItemSource in org.jfree.chart.plot
Classes in org.jfree.chart.plot that implement LegendItemSourceModifier and TypeClassDescriptionclassA general plotting class that uses data from aCategoryDatasetand renders each data item using aCategoryItemRenderer.classA combined category plot where the domain axis is shared.classAn extension ofXYPlotthat contains multiple subplots that share a common domain axis.classA combined category plot where the range axis is shared.classAn extension ofXYPlotthat contains multiple subplots that share a common range axis.classA specialised plot that draws a compass to indicate a direction based on the value from aValueDataset.classA fast scatter plot.classA plot that displays a single value in the form of a needle on a dial.classA plot that displays multiple pie plots using data from aCategoryDataset.classPiePlot<K extends Comparable<K>>A plot that displays data in the form of a pie chart, using data from any class that implements thePieDatasetinterface.classDeprecated.For 3D pie charts, use Orson Charts (https://github.com/jfree/orson-charts).classThe base class for all plots in JFreeChart.classPlots data that is in (theta, radius) pairs where theta equal to zero is due north and increases clockwise.classA customised pie plot that leaves a hole in the middle.classA plot that displays data from aCategoryDatasetin the form of a "spider web".classA plot that displays a single value (from aValueDataset) in a thermometer type display.classA wafer map plot.classA 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 -
Uses of LegendItemSource in org.jfree.chart.plot.flow
Classes in org.jfree.chart.plot.flow that implement LegendItemSource -
Uses of LegendItemSource in org.jfree.chart.renderer.category
Subinterfaces of LegendItemSource in org.jfree.chart.renderer.categoryModifier and TypeInterfaceDescriptioninterfaceA plug-in object that is used by theCategoryPlotclass to display individual data items from aCategoryDataset.Classes in org.jfree.chart.renderer.category that implement LegendItemSourceModifier and TypeClassDescriptionclassAn abstract base class that you can use to implement a newCategoryItemRenderer.classA category item renderer that draws area charts.classACategoryItemRendererthat draws individual data items as bars.classA box-and-whisker renderer.classA "step" renderer similar toXYStepRendererbut that can be used with theCategoryPlotclass.classA default renderer for theCategoryPlotclass.classA renderer for simple Gantt charts.classA renderer that draws stacked bars within groups.classA renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.classACategoryItemRendererthat represents data using bars which are superimposed.classACategoryItemRendererthat draws individual data items as horizontal lines, spaced in the same way as bars in a bar chart.classA renderer that draws shapes for each data item, and lines between data items (for use with theCategoryPlotclass).classRenderer for drawing min max plot.classA renderer that handles the multiple values from aMultiValueCategoryDatasetby plotting a shape for each value for each given item in the dataset.classA renderer that draws stacked area charts for aCategoryPlot.classA stacked bar renderer for use with theCategoryPlotclass.classA renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line.classA renderer that draws shapes for each data item, and lines between data items.classA renderer that handles the drawing of waterfall bar charts, for use with theCategoryPlotclass. -
Uses of LegendItemSource in org.jfree.chart.renderer.xy
Subinterfaces of LegendItemSource in org.jfree.chart.renderer.xyModifier and TypeInterfaceDescriptioninterfaceInterface for rendering the visual representation of a single (x, y) item on anXYPlot.Classes in org.jfree.chart.renderer.xy that implement LegendItemSourceModifier and TypeClassDescriptionclassA base class that can be used to create newXYItemRendererimplementations.classA renderer that draws candlesticks on anXYPlot(requires aOHLCDataset).classAn extension ofXYBarRendererthat displays bars for different series values at the same x next to each other.classThe Cyclic XY item renderer is specially designed to handle cyclic axis.classA default renderer for theXYPlotclass.classA specialised subclass of theXYLineAndShapeRendererthat requires anIntervalXYDatasetand represents the y-interval by shading an area behind the y-values on the chart.classA specialised subclass of theDeviationRendererthat requires anIntervalXYDatasetand represents the y-interval by shading an area behind the y-values on the chart, drawing only horizontal or vertical lines (steps);classA renderer that draws high/low/open/close markers on anXYPlot(requires aOHLCDataset).classA renderer that draws line charts.classA stacked area renderer for theXYPlotclass.classA stacked area renderer for theXYPlotclass.classA bar renderer that displays the series items stacked.classStandard item renderer for anXYPlot.classA renderer that represents data from anVectorXYDatasetby drawing a line with an arrow at each (x, y) point.classA specialised renderer for displaying wind intensity/direction data.classArea item renderer for anXYPlot.classArea item renderer for anXYPlot.classA renderer that draws bars on anXYPlot(requires anIntervalXYDataset).classA renderer that represents data from anXYZDatasetby drawing a color block at each (x, y) point, where the color is a function of the z-value from the dataset.classA renderer that draws box-and-whisker items on anXYPlot.classA 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.classA renderer for anXYPlotthat highlights the differences between two series.classA renderer that draws a small dot at each data point for anXYPlot.classA line and shape renderer that can also display x and/or y-error values.classA renderer that connects data points with lines and/or draws shapes at each data point.classA 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).classA renderer that connects data points with natural cubic splines and/or draws shapes at each data point.classA step chart renderer that fills the area between the step and the x-axis.classLine/Step item renderer for anXYPlot.classA 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 LegendItemSourceMethods in org.jfree.chart.title with parameters of type LegendItemSourceModifier and TypeMethodDescriptionvoidLegendTitle.setSources(LegendItemSource[] sources) Sets the legend item sources and sends aTitleChangeEventto all registered listeners.Constructors in org.jfree.chart.title with parameters of type LegendItemSourceModifierConstructorDescriptionLegendTitle(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.