Uses of Interface
org.jfree.chart.util.PublicCloneable
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.annotations |
A framework for adding annotations to charts.
|
| org.jfree.chart.axis |
Axis classes and interfaces.
|
| org.jfree.chart.block |
Blocks and layout classes used extensively by the
LegendTitle class. |
| org.jfree.chart.entity |
Classes representing components of (or entities in) a chart.
|
| org.jfree.chart.labels |
Generators and other classes used for the display of item labels and tooltips.
|
| org.jfree.chart.panel |
Classes related to the
ChartPanel class. |
| 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 |
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes. |
| 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.
|
| org.jfree.chart.ui |
Utility classes that relate to user interface items.
|
| org.jfree.chart.urls |
Classes for adding URLS to charts for HTML image map generation.
|
| org.jfree.data |
The base package for classes that represent various types of data.
|
| org.jfree.data.category |
A package containing the
CategoryDataset interface and related classes. |
| org.jfree.data.flow |
Data interfaces and classes for flow plots (a type of Sankey chart).
|
| org.jfree.data.gantt |
Data interfaces and classes for Gantt charts.
|
| org.jfree.data.general |
Data interfaces and classes.
|
| org.jfree.data.jdbc |
Dataset classes that fetch data from a database via JDBC.
|
| org.jfree.data.statistics |
Classes for representing statistical data.
|
| org.jfree.data.time |
Interfaces and classes for time-related data.
|
| org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
-
Uses of PublicCloneable in org.jfree.chart
Classes in org.jfree.chart that implement PublicCloneable Modifier and Type Class Description classStandardChartThemeA default implementation of theChartThemeinterface. -
Uses of PublicCloneable in org.jfree.chart.annotations
Classes in org.jfree.chart.annotations that implement PublicCloneable Modifier and Type Class Description classCategoryLineAnnotationA line annotation that can be placed on aCategoryPlot.classCategoryPointerAnnotationAn arrow and label that can be placed on aCategoryPlot.classCategoryTextAnnotationA text annotation that can be placed on aCategoryPlot.classXYBoxAnnotationA box annotation that can be placed on anXYPlot.classXYDataImageAnnotationAn annotation that allows an image to be placed within a rectangle specified in data coordinates on anXYPlot.classXYDrawableAnnotationA general annotation that can be placed on anXYPlot.classXYImageAnnotationAn annotation that allows an image to be placed at some location on anXYPlot.classXYLineAnnotationA simple line annotation that can be placed on anXYPlot.classXYPointerAnnotationAn arrow and label that can be placed on anXYPlot.classXYPolygonAnnotationA polygon annotation that can be placed on anXYPlot.classXYShapeAnnotationA simpleShapeannotation that can be placed on anXYPlot.classXYTextAnnotationA text annotation that can be placed at a particular (x, y) location on anXYPlot.classXYTitleAnnotation -
Uses of PublicCloneable in org.jfree.chart.axis
Classes in org.jfree.chart.axis that implement PublicCloneable Modifier and Type Class Description classAxisSpaceA record that contains the space required at each edge of a plot.classCyclicNumberAxisThis class extends NumberAxis and handles cycling.classDateAxisThe base class for axes that display dates.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.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 PublicCloneable in org.jfree.chart.block
Classes in org.jfree.chart.block that implement PublicCloneable Modifier and Type Class Description classBlockContainerA container for a collection ofBlockobjects.classEmptyBlockAn empty block with a fixed size.classLabelBlockA block containing a label. -
Uses of PublicCloneable in org.jfree.chart.entity
Classes in org.jfree.chart.entity that implement PublicCloneable Modifier and Type Class Description classAxisEntityA class that captures information about anAxisbelonging to a chart.classCategoryItemEntityA chart entity that represents one item within a category plot.classCategoryLabelEntityAn entity to represent the labels on aCategoryAxis.classChartEntityA class that captures information about some component of a chart (a bar, line etc).classFlowEntityA chart entity representing the flow between two nodes in aFlowPlot.classJFreeChartEntityA class that captures information about an entire chart.classLegendItemEntityAn entity that represents an item within a legend.classNodeEntityA chart entity representing a node in aFlowPlot.classPieSectionEntityA chart entity that represents one section within a pie plot.classPlotEntityA class that captures information about a plot.classStandardEntityCollectionA standard implementation of theEntityCollectioninterface.classTickLabelEntityA chart entity representing a tick label.classTitleEntityA class that captures information about a Title of a chart.classXYAnnotationEntityA chart entity that represents an annotation on anXYPlot.classXYItemEntityA chart entity that represents one item within anXYPlot. -
Uses of PublicCloneable in org.jfree.chart.labels
Classes in org.jfree.chart.labels that implement PublicCloneable Modifier and Type Class Description classAbstractCategoryItemLabelGeneratorA base class that can be used to create a label or tooltip generator that can be assigned to aCategoryItemRenderer.classBoxAndWhiskerToolTipGeneratorAn item label generator for plots that use data from aBoxAndWhiskerCategoryDataset.classBoxAndWhiskerXYToolTipGeneratorAn item label generator for plots that use data from aBoxAndWhiskerXYDataset.classBubbleXYItemLabelGeneratorAn item label generator defined for use with theXYBubbleRendererclass, or any other class that uses anXYZDataset.classCustomXYToolTipGeneratorA tool tip generator that stores custom tooltips.classHighLowItemLabelGeneratorA standard item label generator for plots that use data from aOHLCDataset.classIntervalCategoryItemLabelGeneratorA label generator for plots that use data from anIntervalCategoryDataset.classIntervalCategoryToolTipGeneratorA tooltip generator for plots that use data from anIntervalCategoryDataset.classIntervalXYItemLabelGeneratorAn item label generator for datasets that implement theIntervalXYDatasetinterface.classIntervalXYToolTipGeneratorA tooltip generator for datasets that implement theIntervalXYDatasetinterface.classMultipleXYSeriesLabelGeneratorA series label generator for plots that use data from anXYDataset.classStandardCategoryItemLabelGeneratorA standard label generator that can be used with aCategoryItemRenderer.classStandardCategorySeriesLabelGeneratorA standard series label generator for plots that use data from aCategoryDataset.classStandardCategoryToolTipGeneratorA standard tool tip generator that can be used with aCategoryItemRenderer.classStandardPieSectionLabelGeneratorA standard item label generator for plots that use data from aPieDataset.classStandardPieToolTipGeneratorA standard item label generator for plots that use data from aPieDataset.classStandardXYItemLabelGeneratorA standard item label generator for plots that use data from anXYDataset.classStandardXYSeriesLabelGeneratorA standard series label generator for plots that use data from anXYDataset.classStandardXYToolTipGeneratorA standard tool tip generator for use with anXYItemRenderer.classStandardXYZToolTipGeneratorA standard item label generator for use withXYZDatasetdata.classSymbolicXYItemLabelGeneratorA standard item label generator for plots that use data from anXYDataset. -
Uses of PublicCloneable in org.jfree.chart.panel
Classes in org.jfree.chart.panel that implement PublicCloneable Modifier and Type Class Description classCrosshairOverlayAn overlay for aChartPanelthat draws crosshairs on a chart. -
Uses of PublicCloneable in org.jfree.chart.plot
Classes in org.jfree.chart.plot that implement PublicCloneable Modifier and Type Class Description classCategoryPlotA general plotting class that uses data from aCategoryDatasetand renders each data item using aCategoryItemRenderer.classCombinedDomainCategoryPlotA combined category plot where the domain axis is shared.classCombinedDomainXYPlotAn extension ofXYPlotthat contains multiple subplots that share a common domain axis.classCombinedRangeCategoryPlotA combined category plot where the range axis is shared.classCombinedRangeXYPlotAn extension ofXYPlotthat contains multiple subplots that share a common range axis.classCompassPlotA specialised plot that draws a compass to indicate a direction based on the value from aValueDataset.classCrosshairA crosshair for display on a plot.classDefaultDrawingSupplierA default implementation of theDrawingSupplierinterface.classFastScatterPlotA fast scatter plot.classMeterPlotA plot that displays a single value in the form of a needle on a dial.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.classPiePlot3DDeprecated.For 3D pie charts, use Orson Charts (https://github.com/jfree/orson-charts).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.classXYPlotA general class for plotting data in the form of (x, y) pairs. -
Uses of PublicCloneable in org.jfree.chart.plot.dial
Classes in org.jfree.chart.plot.dial that implement PublicCloneable Modifier and Type Class Description classArcDialFrameA standard frame for theDialPlotclass.classDialBackgroundA regular dial layer that can be used to draw the background for a dial.classDialCapA regular dial layer that can be used to draw a cap over the center of the dial (the base of the dial pointer(s)).classDialPlotA dial plot composed of user-definable layers.classDialPointerA base class for the pointer in aDialPlot.static classDialPointer.PinA dial pointer that draws a thin line (like a pin).static classDialPointer.PointerA dial pointer.classDialTextAnnotationA text annotation for aDialPlot.classDialValueIndicatorA value indicator for aDialPlot.classStandardDialFrameA simple circular frame for theDialPlotclass.classStandardDialRangeA layer that draws a range highlight on a dial plot.classStandardDialScaleA scale for aDialPlot. -
Uses of PublicCloneable in org.jfree.chart.plot.flow
Classes in org.jfree.chart.plot.flow that implement PublicCloneable Modifier and Type Class Description classFlowPlotA plot for visualising flows defined in aFlowDataset. -
Uses of PublicCloneable in org.jfree.chart.renderer
Classes in org.jfree.chart.renderer that implement PublicCloneable Modifier and Type Class Description classGrayPaintScaleA paint scale that returns shades of gray.classLookupPaintScaleA paint scale that uses a lookup table to associate paint instances with data value ranges. -
Uses of PublicCloneable in org.jfree.chart.renderer.category
Classes in org.jfree.chart.renderer.category that implement PublicCloneable 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 PublicCloneable in org.jfree.chart.renderer.xy
Classes in org.jfree.chart.renderer.xy that implement PublicCloneable Modifier and Type Class Description 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).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 PublicCloneable in org.jfree.chart.title
Classes in org.jfree.chart.title that implement PublicCloneable Modifier and Type Class Description classDateTitleA chart title that displays the date.classLegendGraphicThe graphical item within a legend item.classLegendItemBlockContainerA container that holds all the pieces of a single legend item.classLegendTitleA chart title that displays a legend for the data in the chart.classPaintScaleLegendA legend that shows a range of values and their associated colors, driven by an underlyingPaintScaleimplementation.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. -
Uses of PublicCloneable in org.jfree.chart.ui
Classes in org.jfree.chart.ui that implement PublicCloneable Modifier and Type Class Description classSize2DA simple class for representing the dimensions of an object.classStandardGradientPaintTransformerTransforms aGradientPaintto range over the width of a target shape. -
Uses of PublicCloneable in org.jfree.chart.urls
Classes in org.jfree.chart.urls that implement PublicCloneable Modifier and Type Class Description classCustomCategoryURLGeneratorA custom URL generator.classCustomPieURLGeneratorA custom URL generator for pie charts.classCustomXYURLGeneratorA custom URL generator. -
Uses of PublicCloneable in org.jfree.data
Classes in org.jfree.data that implement PublicCloneable Modifier and Type Class Description classDefaultKeyedValue<K extends Comparable<K>>A (key, value) pair.classDefaultKeyedValues<K extends Comparable<K>>An ordered list of (key, value) items.classDefaultKeyedValues2DA data structure that stores zero, one or many values, where each value is associated with two keys (a 'row' key and a 'column' key).classKeyedObjectA (key, object) pair.classKeyedObjectsA collection of (key, object) pairs.classKeyToGroupMapA class that maps keys (instances ofComparable) to groups. -
Uses of PublicCloneable in org.jfree.data.category
Classes in org.jfree.data.category that implement PublicCloneable Modifier and Type Class Description classDefaultCategoryDatasetA default implementation of theCategoryDatasetinterface. -
Uses of PublicCloneable in org.jfree.data.flow
Classes in org.jfree.data.flow that implement PublicCloneable Modifier and Type Class Description classDefaultFlowDataset<K extends Comparable<K>>A dataset representing flows between source and destination nodes.classFlowKey<K extends Comparable<K>>A key that identifies a flow within a dataset.classNodeKey<K extends Comparable<K>>A key that identifies a node in aFlowDataset. -
Uses of PublicCloneable in org.jfree.data.gantt
Classes in org.jfree.data.gantt that implement PublicCloneable Modifier and Type Class Description classTaskA simple representation of a task.classTaskSeriesCollectionA collection ofTaskSeriesobjects. -
Uses of PublicCloneable in org.jfree.data.general
Classes in org.jfree.data.general that implement PublicCloneable Modifier and Type Class Description classDefaultHeatMapDatasetA default implementation of theHeatMapDatasetinterface.classDefaultKeyedValues2DDatasetA default implementation of theKeyedValues2DDatasetinterface.classDefaultKeyedValuesDatasetA default implementation of theKeyedValuesDatasetinterface.classDefaultPieDataset<K extends Comparable<K>>A default implementation of thePieDatasetinterface.classDefaultValueDatasetA dataset that stores a single value (that is possiblynull). -
Uses of PublicCloneable in org.jfree.data.jdbc
Classes in org.jfree.data.jdbc that implement PublicCloneable Modifier and Type Class Description classJDBCCategoryDatasetACategoryDatasetimplementation over a database JDBC result set.classJDBCPieDatasetAPieDatasetthat reads data from a database via JDBC. -
Uses of PublicCloneable in org.jfree.data.statistics
Classes in org.jfree.data.statistics that implement PublicCloneable Modifier and Type Class Description classDefaultBoxAndWhiskerCategoryDatasetA convenience class that provides a default implementation of theBoxAndWhiskerCategoryDatasetinterface.classDefaultMultiValueCategoryDatasetA category dataset that defines multiple values for each item.classDefaultStatisticalCategoryDatasetA convenience class that provides a default implementation of theStatisticalCategoryDatasetinterface.classHistogramDatasetA dataset that can be used for creating histograms.classSimpleHistogramBinA bin for theSimpleHistogramDataset.classSimpleHistogramDatasetA dataset used for creating simple histograms with custom defined bins. -
Uses of PublicCloneable in org.jfree.data.time
Classes in org.jfree.data.time that implement PublicCloneable Modifier and Type Class Description classTimeTableXYDatasetA dataset for regular time periods that implements theTableXYDatasetinterface. -
Uses of PublicCloneable in org.jfree.data.xy
Classes in org.jfree.data.xy that implement PublicCloneable Modifier and Type Class Description classCategoryTableXYDatasetAn implementation variant of theTableXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classDefaultHighLowDatasetA simple implementation of theOHLCDatasetinterface.classDefaultIntervalXYDatasetA dataset that defines a range (interval) for both the x-values and the y-values.classDefaultOHLCDatasetA simple implementation of theOHLCDatasetinterface.classDefaultTableXYDatasetAnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classDefaultWindDatasetA default implementation of theWindDatasetinterface.classDefaultXYDatasetA default implementation of theXYDatasetinterface that stores data values in arrays of double primitives.classDefaultXYZDatasetA default implementation of theXYZDatasetinterface that stores data values in arrays of double primitives.classIntervalXYDelegateA delegate that handles the specification or automatic calculation of the interval surrounding the x-values in a dataset.classMatrixSeriesCollectionRepresents a collection ofMatrixSeriesthat can be used as a dataset.classVectorSeriesCollectionA collection ofVectorSeriesobjects.classXIntervalSeriesCollectionA collection ofXIntervalSeriesobjects.classXYBarDatasetA dataset wrapper class that converts a standardXYDatasetinto anIntervalXYDatasetsuitable for use in creating XY bar charts.classXYIntervalSeriesCollectionA collection ofXYIntervalSeriesobjects.classXYSeriesCollectionRepresents a collection ofXYSeriesobjects that can be used as a dataset.classYIntervalSeriesCollectionA collection ofYIntervalSeriesobjects.