Uses of Class
org.jfree.chart.plot.Plot
Packages that use Plot
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Axis classes and interfaces.
Provides a simple (but so far incomplete) framework for editing chart
properties.
Classes representing components of (or entities in) a chart.
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
Plot classes and related interfaces.
Classes for creating dial plots.
Classes for creating flow plots (a type of Sankey chart).
Plug-in renderers for the
XYPlot
class.-
Uses of Plot in org.jfree.chart
Fields in org.jfree.chart declared as PlotModifier and TypeFieldDescriptionprivate Plot
JFreeChart.plot
Draws the visual representation of the data.Methods in org.jfree.chart that return PlotMethods in org.jfree.chart with parameters of type PlotModifier and TypeMethodDescriptionprotected void
StandardChartTheme.applyToPlot
(Plot plot) Applies the attributes of this theme to a plot.Constructors in org.jfree.chart with parameters of type PlotModifierConstructorDescriptionJFreeChart
(String title, Font titleFont, Plot plot, boolean createLegend) Creates a new chart with the given title and plot.JFreeChart
(String title, Plot plot) Creates a new chart with the given title and plot.JFreeChart
(Plot plot) Creates a new chart based on the supplied plot. -
Uses of Plot in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as PlotModifier and TypeFieldDescriptionprivate Plot
Axis.plot
A reference back to the plot that the axis is assigned to (can benull
).Methods in org.jfree.chart.axis that return PlotMethods in org.jfree.chart.axis with parameters of type PlotModifier and TypeMethodDescriptionabstract AxisSpace
Axis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Estimates the space (height or width) required to draw the axis.CategoryAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Estimates the space required for the axis, given a specific drawing area.CyclicNumberAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Reserve some space on each axis side because we draw a centered label at each extremity.PeriodAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Estimates the space (height or width) required to draw the axis.SubCategoryAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Estimates the space required for the axis, given a specific drawing area.ValueAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Returns the space required to draw the axis.void
Sets a reference to the plot that the axis is assigned to. -
Uses of Plot in org.jfree.chart.editor
Methods in org.jfree.chart.editor with parameters of type PlotModifier and TypeMethodDescriptionprotected JPanel
DefaultPlotEditor.createPlotPanel
(Plot plot) Creates and returns a panel for editing the settings of the specified plot.protected JTabbedPane
DefaultPlotEditor.createPlotTabs
(Plot plot) Creates and returns a tabbed pane containing controls for setting the attributes of the specified plot.protected JTabbedPane
DefaultPolarPlotEditor.createPlotTabs
(Plot plot) Creates a tabbed pane for editing the plot attributes.void
DefaultPlotEditor.updatePlotProperties
(Plot plot) Updates the plot properties to match the properties defined on the panel.void
DefaultPolarPlotEditor.updatePlotProperties
(Plot plot) Constructors in org.jfree.chart.editor with parameters of type PlotModifierConstructorDescriptionDefaultPlotEditor
(Plot plot) Standard constructor - constructs a panel for editing the properties of the specified plot. -
Uses of Plot in org.jfree.chart.entity
Fields in org.jfree.chart.entity declared as PlotMethods in org.jfree.chart.entity that return PlotModifier and TypeMethodDescriptionPlotEntity.getPlot()
Returns the plot that occupies the entity area.Constructors in org.jfree.chart.entity with parameters of type PlotModifierConstructorDescriptionPlotEntity
(Shape area, Plot plot) Creates a new plot entity.PlotEntity
(Shape area, Plot plot, String toolTipText) Creates a new plot entity.PlotEntity
(Shape area, Plot plot, String toolTipText, String urlText) Creates a new plot entity. -
Uses of Plot in org.jfree.chart.event
Fields in org.jfree.chart.event declared as PlotModifier and TypeFieldDescriptionprivate Plot
PlotChangeEvent.plot
The plot that generated the event.Methods in org.jfree.chart.event that return PlotModifier and TypeMethodDescriptionPlotChangeEvent.getPlot()
Returns the plot that generated the event (set in the constructor).Constructors in org.jfree.chart.event with parameters of type Plot -
Uses of Plot in org.jfree.chart.plot
Subclasses of Plot in org.jfree.chart.plotModifier 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 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
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.Fields in org.jfree.chart.plot declared as PlotModifier and TypeFieldDescriptionprivate Plot
Plot.parent
The parent plot (null
if this is the root plot).Methods in org.jfree.chart.plot that return PlotModifier and TypeMethodDescriptionPlot.getParent()
Returns the parent plot (ornull
if this plot is not part of a combined plot).Plot.getRootPlot()
Returns the root plot.Methods in org.jfree.chart.plot with parameters of type Plot -
Uses of Plot in org.jfree.chart.plot.dial
Subclasses of Plot in org.jfree.chart.plot.dial -
Uses of Plot in org.jfree.chart.plot.flow
Subclasses of Plot in org.jfree.chart.plot.flow -
Uses of Plot in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy with parameters of type PlotModifier and TypeMethodDescriptionprotected Image
Returns the image used to draw a single data item.protected Point
StandardXYItemRenderer.getImageHotspot
(Plot plot, int series, int item, double x, double y, Image image) Returns the hotspot of the image used to draw a single data item.