Uses of Class org.jfree.chart.plot.Plot

Uses in package org.jfree.chart.plot

Classes derived from org.jfree.chart.plot.Plot

class
A general plotting class that uses data from a CategoryDataset and renders each data item using a CategoryItemRenderer.
class
A combined category plot where the domain axis is shared.
class
An extension of XYPlot that contains multiple subplots that share a common domain axis.
class
A combined category plot where the range axis is shared.
class
An extension of XYPlot 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 a ValueDataset.
class
A class for creating shaded contours.
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 a CategoryDataset.
class
A plot that displays data in the form of a pie chart, using data from any class that implements the PieDataset interface.
class
A plot that displays data in the form of a 3D pie chart, using data from any class that implements the PieDataset interface.
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 a CategoryDataset in the form of a "spider web".
class
A plot that displays a single value (from a ValueDataset) in a thermometer type display.
class
A wafer map plot.
class
A general class for plotting data in the form of (x, y) pairs.

Methods with parameter type org.jfree.chart.plot.Plot

void
Sets the parent plot.

Methods with return type org.jfree.chart.plot.Plot

Plot
Returns the parent plot (or null if this plot is not part of a combined plot).
Plot
Returns the root plot.

Uses in package org.jfree.chart

Constructors with parameter type org.jfree.chart.plot.Plot

JFreeChart.JFreeChart(String title, Font titleFont, Plot plot, boolean createLegend)
Creates a new chart with the given title and plot.
JFreeChart.JFreeChart(String title, Plot plot)
Creates a new chart with the given title and plot.
Creates a new chart based on the supplied plot.

Methods with return type org.jfree.chart.plot.Plot

Plot
Returns the plot for the chart.

Uses in package org.jfree.chart.axis

Methods with parameter type org.jfree.chart.plot.Plot

AxisSpace
ColorBar.reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, Rectangle2D dataArea, RectangleEdge edge, AxisSpace space)
Reserves the space required to draw the color bar.
AxisSpace
Axis.reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space)
Estimates the space (height or width) required to draw the axis.
AxisSpace
CategoryAxis.reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space)
Estimates the space required for the axis, given a specific drawing area.
AxisSpace
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.
AxisSpace
PeriodAxis.reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space)
Estimates the space (height or width) required to draw the axis.
AxisSpace
SubCategoryAxis.reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space)
Estimates the space required for the axis, given a specific drawing area.
AxisSpace
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.

Methods with return type org.jfree.chart.plot.Plot

Plot
Returns the plot that the axis is assigned to.

Uses in package org.jfree.chart.renderer.xy

Methods with parameter type org.jfree.chart.plot.Plot

Image
StandardXYItemRenderer.getImage(Plot plot, int series, int item, double x, double y)
Returns the image used to draw a single data item.
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.

Uses in package org.jfree.chart.event

Constructors with parameter type org.jfree.chart.plot.Plot

Creates a new PlotChangeEvent.

Methods with return type org.jfree.chart.plot.Plot

Plot
Returns the plot that generated the event.