Uses of Interface
org.jfree.chart.util.PublicCloneable
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.A framework for adding annotations to charts.
Axis classes and interfaces.
Blocks and layout classes used extensively by the
LegendTitle
class.Classes representing components of (or entities in) a chart.
Generators and other classes used for the display of item labels and tooltips.
Classes related to the
ChartPanel
class.Plot classes and related interfaces.
Classes for creating dial plots.
Classes for creating flow plots (a type of Sankey chart).
Core support for the plug-in renderers used by the
CategoryPlot
and XYPlot
classes.Plug-in renderers for the
CategoryPlot
class.Plug-in renderers for the
XYPlot
class.Classes used to display chart titles and subtitles.
Utility classes that relate to user interface items.
Classes for adding URLS to charts for HTML image map generation.
The base package for classes that represent various types of data.
A package containing the
CategoryDataset
interface and related classes.Data interfaces and classes for flow plots (a type of Sankey chart).
Data interfaces and classes for Gantt charts.
Data interfaces and classes.
Dataset classes that fetch data from a database via JDBC.
Classes for representing statistical data.
Interfaces and classes for time-related data.
A package containing the
XYDataset
interface and related classes.-
Uses of PublicCloneable in org.jfree.chart
-
Uses of PublicCloneable in org.jfree.chart.annotations
Modifier and TypeClassDescriptionclass
A line annotation that can be placed on aCategoryPlot
.class
An arrow and label that can be placed on aCategoryPlot
.class
A text annotation that can be placed on aCategoryPlot
.class
A box annotation that can be placed on anXYPlot
.class
An annotation that allows an image to be placed within a rectangle specified in data coordinates on anXYPlot
.class
A general annotation that can be placed on anXYPlot
.class
An annotation that allows an image to be placed at some location on anXYPlot
.class
An arrow and label that can be placed on anXYPlot
.class
A simple line annotation that can be placed on anXYPlot
.class
An line and label that can be placed on anXYPlot
.class
An arrow and label that can be placed on anXYPlot
.class
A polygon annotation that can be placed on anXYPlot
.class
A simpleShape
annotation that can be placed on anXYPlot
.class
A text annotation that can be placed at a particular (x, y) location on anXYPlot
.class
-
Uses of PublicCloneable in org.jfree.chart.axis
Modifier and TypeClassDescriptionclass
A record that contains the space required at each edge of a plot.class
This class extends NumberAxis and handles cycling.class
The base class for axes that display dates.class
A numerical axis that uses a logarithmic scale.class
A numerical axis that uses a logarithmic scale.class
An axis that displays numerical values within a fixed range using a modulo calculation.class
An axis for displaying numerical data.class
An axis that displays a date scale based on aRegularTimePeriod
.class
A standard linear value axis that replaces integer values with symbols.class
The base class for axes that display value data, where values are measured using thedouble
primitive. -
Uses of PublicCloneable in org.jfree.chart.block
Modifier and TypeClassDescriptionclass
A container for a collection ofBlock
objects.class
An empty block with a fixed size.class
A block containing a label. -
Uses of PublicCloneable in org.jfree.chart.entity
Modifier and TypeClassDescriptionclass
A class that captures information about anAxis
belonging to a chart.class
A chart entity that represents one item within a category plot.class
An entity to represent the labels on aCategoryAxis
.class
A class that captures information about some component of a chart (a bar, line etc).class
A chart entity representing the flow between two nodes in aFlowPlot
.class
A class that captures information about an entire chart.class
An entity that represents an item within a legend.class
A chart entity representing a node in aFlowPlot
.class
A chart entity that represents one section within a pie plot.class
A class that captures information about a plot.class
A standard implementation of theEntityCollection
interface.class
A chart entity representing a tick label.class
A class that captures information about a Title of a chart.class
A chart entity that represents an annotation on anXYPlot
.class
A chart entity that represents one item within anXYPlot
. -
Uses of PublicCloneable in org.jfree.chart.labels
Modifier and TypeClassDescriptionclass
A base class that can be used to create a label or tooltip generator that can be assigned to aCategoryItemRenderer
.class
An item label generator for plots that use data from aBoxAndWhiskerCategoryDataset
.class
An item label generator for plots that use data from aBoxAndWhiskerXYDataset
.class
An item label generator defined for use with theXYBubbleRenderer
class, or any other class that uses anXYZDataset
.class
A tool tip generator that stores custom tooltips.class
A standard item label generator for plots that use data from aOHLCDataset
.class
A label generator for plots that use data from anIntervalCategoryDataset
.class
A tooltip generator for plots that use data from anIntervalCategoryDataset
.class
An item label generator for datasets that implement theIntervalXYDataset
interface.class
A tooltip generator for datasets that implement theIntervalXYDataset
interface.class
A series label generator for plots that use data from anXYDataset
.class
A standard label generator that can be used with aCategoryItemRenderer
.class
A standard series label generator for plots that use data from aCategoryDataset
.class
A standard tool tip generator that can be used with aCategoryItemRenderer
.class
A standard item label generator for plots that use data from aPieDataset
.class
A standard item label generator for plots that use data from aPieDataset
.class
A standard item label generator for plots that use data from anXYDataset
.class
A standard series label generator for plots that use data from anXYDataset
.class
A standard tool tip generator for use with anXYItemRenderer
.class
A standard item label generator for use withXYZDataset
data.class
A standard item label generator for plots that use data from anXYDataset
. -
Uses of PublicCloneable in org.jfree.chart.panel
Modifier and TypeClassDescriptionclass
An overlay for aChartPanel
that draws crosshairs on a chart. -
Uses of PublicCloneable in org.jfree.chart.plot
Modifier and TypeClassDescriptionclass
A general plotting class that uses data from aCategoryDataset
and renders each data item using aCategoryItemRenderer
.class
A combined category plot where the domain axis is shared.class
An extension ofXYPlot
that contains multiple subplots that share a common domain axis.class
A combined category plot where the range axis is shared.class
An extension ofXYPlot
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 aValueDataset
.class
A crosshair for display on a plot.class
A default implementation of theDrawingSupplier
interface.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 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
Deprecated.For 3D pie charts, use Orson Charts (https://github.com/jfree/orson-charts).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 aCategoryDataset
in the form of a "spider web".class
A plot that displays a single value (from aValueDataset
) 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 of PublicCloneable in org.jfree.chart.plot.dial
Modifier and TypeClassDescriptionclass
A standard frame for theDialPlot
class.class
A regular dial layer that can be used to draw the background for a dial.class
A regular dial layer that can be used to draw a cap over the center of the dial (the base of the dial pointer(s)).class
A dial plot composed of user-definable layers.class
A base class for the pointer in aDialPlot
.static class
A dial pointer that draws a thin line (like a pin).static class
A dial pointer.class
A text annotation for aDialPlot
.class
A value indicator for aDialPlot
.class
A simple circular frame for theDialPlot
class.class
A layer that draws a range highlight on a dial plot.class
A scale for aDialPlot
. -
Uses of PublicCloneable in org.jfree.chart.plot.flow
-
Uses of PublicCloneable in org.jfree.chart.renderer
Modifier and TypeClassDescriptionclass
A paint scale that returns shades of gray.class
A paint scale that uses a lookup table to associate paint instances with data value ranges. -
Uses of PublicCloneable in org.jfree.chart.renderer.category
Modifier and TypeClassDescriptionclass
An abstract base class that you can use to implement a newCategoryItemRenderer
.class
A category item renderer that draws area charts.class
ACategoryItemRenderer
that draws individual data items as bars.class
A box-and-whisker renderer.class
A "step" renderer similar toXYStepRenderer
but that can be used with theCategoryPlot
class.class
A default renderer for theCategoryPlot
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
ACategoryItemRenderer
that represents data using bars which are superimposed.class
ACategoryItemRenderer
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 theCategoryPlot
class).class
Renderer for drawing min max plot.class
A renderer that handles the multiple values from aMultiValueCategoryDataset
by plotting a shape for each value for each given item in the dataset.class
A renderer that draws stacked area charts for aCategoryPlot
.class
A stacked bar renderer for use with theCategoryPlot
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 theCategoryPlot
class. -
Uses of PublicCloneable in org.jfree.chart.renderer.xy
Modifier and TypeClassDescriptionclass
A renderer that draws candlesticks on anXYPlot
(requires aOHLCDataset
).class
An extension ofXYBarRenderer
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 theXYPlot
class.class
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
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
A renderer that draws high/low/open/close markers on anXYPlot
(requires aOHLCDataset
).class
A renderer that draws line charts.class
A stacked area renderer for theXYPlot
class.class
A stacked area renderer for theXYPlot
class.class
A bar renderer that displays the series items stacked.class
Standard item renderer for anXYPlot
.class
A renderer that represents data from anVectorXYDataset
by drawing a line with an arrow at each (x, y) point.class
A specialised renderer for displaying wind intensity/direction data.class
Area item renderer for anXYPlot
.class
Area item renderer for anXYPlot
.class
A renderer that draws bars on anXYPlot
(requires anIntervalXYDataset
).class
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
A renderer that draws box-and-whisker items on anXYPlot
.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 ofXYZDataset
.class
A renderer for anXYPlot
that highlights the differences between two series.class
A renderer that draws a small dot at each data point for anXYPlot
.class
A line and shape renderer that can also display x and/or y-error values.class
A renderer that connects data points with lines and/or draws shapes at each data point.class
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
A renderer that connects data points with natural cubic splines and/or draws shapes at each data point.class
A step chart renderer that fills the area between the step and the x-axis.class
Line/Step item renderer for anXYPlot
.class
A renderer that draws a line connecting the start and end Y values for anXYPlot
. -
Uses of PublicCloneable in org.jfree.chart.title
Modifier and TypeClassDescriptionclass
A chart title that displays the date.class
The graphical item within a legend item.class
A container that holds all the pieces of a single legend item.class
A chart title that displays a legend for the data in the chart.class
A legend that shows a range of values and their associated colors, driven by an underlyingPaintScale
implementation.class
A text title that is only displayed if the entire text will be visible without line wrapping.class
A chart title that displays a text string with automatic wrapping as required. -
Uses of PublicCloneable in org.jfree.chart.ui
Modifier and TypeClassDescriptionclass
A simple class for representing the dimensions of an object.class
Transforms aGradientPaint
to range over the width of a target shape. -
Uses of PublicCloneable in org.jfree.chart.urls
Modifier and TypeClassDescriptionclass
A custom URL generator.class
A custom URL generator for pie charts.class
A custom URL generator. -
Uses of PublicCloneable in org.jfree.data
Modifier and TypeClassDescriptionclass
DefaultKeyedValue<K extends Comparable<K>>
A (key, value) pair.class
DefaultKeyedValues<K extends Comparable<K>>
An ordered list of (key, value) items.class
A data structure that stores zero, one or many values, where each value is associated with two keys (a 'row' key and a 'column' key).class
A (key, object) pair.class
A collection of (key, object) pairs.class
A class that maps keys (instances ofComparable
) to groups. -
Uses of PublicCloneable in org.jfree.data.category
Modifier and TypeClassDescriptionclass
A default implementation of theCategoryDataset
interface. -
Uses of PublicCloneable in org.jfree.data.flow
Modifier and TypeClassDescriptionclass
DefaultFlowDataset<K extends Comparable<K>>
A dataset representing flows between source and destination nodes.class
FlowKey<K extends Comparable<K>>
A key that identifies a flow within a dataset.class
NodeKey<K extends Comparable<K>>
A key that identifies a node in aFlowDataset
. -
Uses of PublicCloneable in org.jfree.data.gantt
Modifier and TypeClassDescriptionclass
A simple representation of a task.class
A collection ofTaskSeries
objects. -
Uses of PublicCloneable in org.jfree.data.general
Modifier and TypeClassDescriptionclass
A default implementation of theHeatMapDataset
interface.class
A default implementation of theKeyedValues2DDataset
interface.class
A default implementation of theKeyedValuesDataset
interface.class
DefaultPieDataset<K extends Comparable<K>>
A default implementation of thePieDataset
interface.class
A dataset that stores a single value (that is possiblynull
). -
Uses of PublicCloneable in org.jfree.data.jdbc
Modifier and TypeClassDescriptionclass
ACategoryDataset
implementation over a database JDBC result set.class
APieDataset
that reads data from a database via JDBC. -
Uses of PublicCloneable in org.jfree.data.statistics
Modifier and TypeClassDescriptionclass
A convenience class that provides a default implementation of theBoxAndWhiskerCategoryDataset
interface.class
A category dataset that defines multiple values for each item.class
A convenience class that provides a default implementation of theStatisticalCategoryDataset
interface.class
A dataset that can be used for creating histograms.class
A bin for theSimpleHistogramDataset
.class
A dataset used for creating simple histograms with custom defined bins. -
Uses of PublicCloneable in org.jfree.data.time
Modifier and TypeClassDescriptionclass
A dataset for regular time periods that implements theTableXYDataset
interface. -
Uses of PublicCloneable in org.jfree.data.xy
Modifier and TypeClassDescriptionclass
An implementation variant of theTableXYDataset
where every series shares the same x-values (required for generating stacked area charts).class
A simple implementation of theOHLCDataset
interface.class
A dataset that defines a range (interval) for both the x-values and the y-values.class
A simple implementation of theOHLCDataset
interface.class
AnXYDataset
where every series shares the same x-values (required for generating stacked area charts).class
A default implementation of theWindDataset
interface.class
A default implementation of theXYDataset
interface that stores data values in arrays of double primitives.class
A default implementation of theXYZDataset
interface that stores data values in arrays of double primitives.class
A delegate that handles the specification or automatic calculation of the interval surrounding the x-values in a dataset.class
Represents a collection ofMatrixSeries
that can be used as a dataset.class
A collection ofVectorSeries
objects.class
A collection ofXIntervalSeries
objects.class
A dataset wrapper class that converts a standardXYDataset
into anIntervalXYDataset
suitable for use in creating XY bar charts.class
A collection ofXYIntervalSeries
objects.class
Represents a collection ofXYSeries
objects that can be used as a dataset.class
A collection ofYIntervalSeries
objects.