Uses of Interface
org.jfree.chart.ChartElement
-
Packages that use ChartElement Package Description org.jfree.chart Core classes for JFreeChart includingJFreeChartandChartFactory.org.jfree.chart.axis Axis classes and interfaces.org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.plot.compass Theorg.jfree.chart.plot.CompassPlotclass and related code.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.plot.pie Classes used to create pie charts.org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlotandXYPlotclasses.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlotclass.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlotclass.org.jfree.chart.title Classes used to display chart titles and subtitles. -
-
Uses of ChartElement in org.jfree.chart
Classes in org.jfree.chart that implement ChartElement Modifier and Type Class Description classJFreeChartA chart class implemented using the Java 2D APIs.Methods in org.jfree.chart with parameters of type ChartElement Modifier and Type Method Description voidChartElementVisitor. visit(ChartElement element)Visit a chart element. -
Uses of ChartElement in org.jfree.chart.axis
Classes in org.jfree.chart.axis that implement ChartElement Modifier and Type Class Description classAxisThe base class for all axes in JFreeChart.classCategoryAxisAn axis that displays categories.classCyclicNumberAxisThis class extends NumberAxis and handles cycling.classDateAxisThe base class for axes that display dates.classExtendedCategoryAxisAn extended version of theCategoryAxisclass that supports sublabels on the axis.classLogarithmicAxisA numerical axis that uses a logarithmic scale.classLogAxisA numerical axis that uses a logarithmic scale.classModuloAxisAn axis that displays numerical values within a fixed range using a modulo calculation.classNumberAxisAn axis for displaying numerical data.classPeriodAxisAn axis that displays a date scale based on aRegularTimePeriod.classSubCategoryAxisA specialised category axis that can display sub-categories.classSymbolAxisA standard linear value axis that replaces integer values with symbols.classValueAxisThe base class for axes that display value data, where values are measured using thedoubleprimitive. -
Uses of ChartElement in org.jfree.chart.plot
Classes in org.jfree.chart.plot that implement ChartElement Modifier and Type Class Description classCategoryPlot<R extends Comparable<R>,C extends Comparable<C>>A general plotting class that uses data from aCategoryDatasetand renders each data item using aCategoryItemRenderer.classCombinedDomainCategoryPlotA combined category plot where the domain axis is shared.classCombinedDomainXYPlot<S extends Comparable<S>>An extension ofXYPlotthat contains multiple subplots that share a common domain axis.classCombinedRangeCategoryPlotA combined category plot where the range axis is shared.classCombinedRangeXYPlot<S extends Comparable<S>>An extension ofXYPlotthat contains multiple subplots that share a common range axis.classFastScatterPlotA fast scatter plot.classMeterPlotA plot that displays a single value in the form of a needle on a dial.classPlotThe base class for all plots in JFreeChart.classPolarPlotPlots data that is in (theta, radius) pairs where theta equal to zero is due north and increases clockwise.classRingPlotA customised pie plot that leaves a hole in the middle.classSpiderWebPlotA plot that displays data from aCategoryDatasetin the form of a "spider web".classThermometerPlotA plot that displays a single value (from aValueDataset) in a thermometer type display.classWaferMapPlotA wafer map plot.classXYPlot<S extends Comparable<S>>A general class for plotting data in the form of (x, y) pairs. -
Uses of ChartElement in org.jfree.chart.plot.compass
Classes in org.jfree.chart.plot.compass that implement ChartElement Modifier and Type Class Description classCompassPlotA specialised plot that draws a compass to indicate a direction based on the value from aValueDataset. -
Uses of ChartElement in org.jfree.chart.plot.dial
Classes in org.jfree.chart.plot.dial that implement ChartElement Modifier and Type Class Description classDialPlotA dial plot composed of user-definable layers. -
Uses of ChartElement in org.jfree.chart.plot.flow
Classes in org.jfree.chart.plot.flow that implement ChartElement Modifier and Type Class Description classFlowPlotA plot for visualising flows defined in aFlowDataset. -
Uses of ChartElement in org.jfree.chart.plot.pie
Classes in org.jfree.chart.plot.pie that implement ChartElement Modifier and Type Class Description classMultiplePiePlotA 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. -
Uses of ChartElement in org.jfree.chart.renderer
Classes in org.jfree.chart.renderer that implement ChartElement Modifier and Type Class Description classAbstractRendererBase class providing common services for renderers.classDefaultPolarItemRendererA renderer that can be used with thePolarPlotclass.classWaferMapRendererA renderer for wafer map plots. -
Uses of ChartElement in org.jfree.chart.renderer.category
Subinterfaces of ChartElement in org.jfree.chart.renderer.category Modifier and Type Interface Description interfaceCategoryItemRendererA plug-in object that is used by theCategoryPlotclass to display individual data items from aCategoryDataset.Classes in org.jfree.chart.renderer.category that implement ChartElement Modifier and Type Class Description classAbstractCategoryItemRendererAn abstract base class that you can use to implement a newCategoryItemRenderer.classAreaRendererA category item renderer that draws area charts.classBarRendererACategoryItemRendererthat draws individual data items as bars.classBoxAndWhiskerRendererA box-and-whisker renderer.classCategoryStepRendererA "step" renderer similar toXYStepRendererbut that can be used with theCategoryPlotclass.classDefaultCategoryItemRendererA default renderer for theCategoryPlotclass.classGanttRendererA renderer for simple Gantt charts.classGroupedStackedBarRendererA renderer that draws stacked bars within groups.classIntervalBarRendererA renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.classLayeredBarRendererACategoryItemRendererthat represents data using bars which are superimposed.classLevelRendererACategoryItemRendererthat draws individual data items as horizontal lines, spaced in the same way as bars in a bar chart.classLineAndShapeRendererA renderer that draws shapes for each data item, and lines between data items (for use with theCategoryPlotclass).classMinMaxCategoryRendererRenderer for drawing min max plot.classScatterRendererA renderer that handles the multiple values from aMultiValueCategoryDatasetby plotting a shape for each value for each given item in the dataset.classStackedAreaRendererA renderer that draws stacked area charts for aCategoryPlot.classStackedBarRendererA stacked bar renderer for use with theCategoryPlotclass.classStatisticalBarRendererA renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line.classStatisticalLineAndShapeRendererA renderer that draws shapes for each data item, and lines between data items.classWaterfallBarRendererA renderer that handles the drawing of waterfall bar charts, for use with theCategoryPlotclass. -
Uses of ChartElement in org.jfree.chart.renderer.xy
Subinterfaces of ChartElement in org.jfree.chart.renderer.xy Modifier and Type Interface Description interfaceXYItemRendererInterface for rendering the visual representation of a single (x, y) item on anXYPlot.Classes in org.jfree.chart.renderer.xy that implement ChartElement Modifier and Type Class Description classAbstractXYItemRendererA base class that can be used to create newXYItemRendererimplementations.classCandlestickRendererA renderer that draws candlesticks on anXYPlot(requires aOHLCDataset).classClusteredXYBarRendererAn extension ofXYBarRendererthat displays bars for different series values at the same x next to each other.classCyclicXYItemRendererThe Cyclic XY item renderer is specially designed to handle cyclic axis.classDefaultXYItemRendererA default renderer for theXYPlotclass.classDeviationRendererA specialised subclass of theXYLineAndShapeRendererthat requires anIntervalXYDatasetand represents the y-interval by shading an area behind the y-values on the chart.classDeviationStepRendererA 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);classHighLowRendererA renderer that draws high/low/open/close markers on anXYPlot(requires aOHLCDataset).classSamplingXYLineRendererA renderer that draws line charts.classStackedXYAreaRendererA stacked area renderer for theXYPlotclass.classStackedXYAreaRenderer2A stacked area renderer for theXYPlotclass.classStackedXYBarRendererA bar renderer that displays the series items stacked.classStandardXYItemRendererStandard item renderer for anXYPlot.classVectorRendererA renderer that represents data from anVectorXYDatasetby drawing a line with an arrow at each (x, y) point.classWindItemRendererA specialised renderer for displaying wind intensity/direction data.classXYAreaRendererArea item renderer for anXYPlot.classXYAreaRenderer2Area item renderer for anXYPlot.classXYBarRendererA renderer that draws bars on anXYPlot(requires anIntervalXYDataset).classXYBezierRendererA renderer that connects data points with Bezier cubic curves and/or draws shapes at each data point.classXYBlockRendererA 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.classXYBoxAndWhiskerRendererA renderer that draws box-and-whisker items on anXYPlot.classXYBubbleRendererA 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.classXYDifferenceRendererA renderer for anXYPlotthat highlights the differences between two series.classXYDotRendererA renderer that draws a small dot at each data point for anXYPlot.classXYErrorRendererA line and shape renderer that can also display x and/or y-error values.classXYLineAndShapeRendererA renderer that connects data points with lines and/or draws shapes at each data point.classXYShapeRendererA 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).classXYSplineRendererA renderer that connects data points with natural cubic splines and/or draws shapes at each data point.classXYStepAreaRendererA step chart renderer that fills the area between the step and the x-axis.classXYStepRendererLine/Step item renderer for anXYPlot.classYIntervalRendererA renderer that draws a line connecting the start and end Y values for anXYPlot. -
Uses of ChartElement in org.jfree.chart.title
Classes in org.jfree.chart.title that implement ChartElement Modifier and Type Class Description classCompositeTitleA title that contains multiple titles within aBlockContainer.classDateTitleA chart title that displays the date.classImageTitleA chart title that displays an image.classShortTextTitleA text title that is only displayed if the entire text will be visible without line wrapping.classTextTitleA chart title that displays a text string with automatic wrapping as required.classTitleThe base class for all chart titles.
-