Uses of Class
org.jfree.chart.plot.Plot
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.axis |
Axis classes and interfaces.
|
| org.jfree.chart.editor |
Provides a simple (but so far incomplete) framework for editing chart
properties.
|
| org.jfree.chart.entity |
Classes representing components of (or entities in) a chart.
|
| org.jfree.chart.event |
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.
|
| 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.xy |
Plug-in renderers for the
XYPlot class. |
-
Uses of Plot in org.jfree.chart
Methods in org.jfree.chart that return Plot Modifier and Type Method Description PlotJFreeChart. getPlot()Returns the plot for the chart.Methods in org.jfree.chart with parameters of type Plot Modifier and Type Method Description protected voidStandardChartTheme. applyToPlot(Plot plot)Applies the attributes of this theme to a plot.Constructors in org.jfree.chart with parameters of type Plot Constructor Description JFreeChart(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
Methods in org.jfree.chart.axis that return Plot Modifier and Type Method Description PlotAxis. getPlot()Returns the plot that the axis is assigned to.Methods in org.jfree.chart.axis with parameters of type Plot Modifier and Type Method Description abstract AxisSpaceAxis. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space)Estimates the space (height or width) required to draw the axis.AxisSpaceCategoryAxis. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space)Estimates the space required for the axis, given a specific drawing area.AxisSpaceCyclicNumberAxis. 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.AxisSpacePeriodAxis. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space)Estimates the space (height or width) required to draw the axis.AxisSpaceSubCategoryAxis. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space)Estimates the space required for the axis, given a specific drawing area.AxisSpaceValueAxis. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space)Returns the space required to draw the axis.voidAxis. setPlot(Plot plot)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 Plot Modifier and Type Method Description protected JTabbedPaneDefaultPolarPlotEditor. createPlotTabs(Plot plot)Creates a tabbed pane for editing the plot attributes.voidDefaultPolarPlotEditor. updatePlotProperties(Plot plot) -
Uses of Plot in org.jfree.chart.entity
Methods in org.jfree.chart.entity that return Plot Modifier and Type Method Description PlotPlotEntity. getPlot()Returns the plot that occupies the entity area.Constructors in org.jfree.chart.entity with parameters of type Plot Constructor Description PlotEntity(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
Methods in org.jfree.chart.event that return Plot Modifier and Type Method Description PlotPlotChangeEvent. getPlot()Returns the plot that generated the event (set in the constructor).Constructors in org.jfree.chart.event with parameters of type Plot Constructor Description PlotChangeEvent(Plot plot)Creates a new PlotChangeEvent. -
Uses of Plot in org.jfree.chart.plot
Subclasses of Plot in org.jfree.chart.plot 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.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).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.Methods in org.jfree.chart.plot that return Plot Modifier and Type Method Description PlotPlot. getParent()Returns the parent plot (ornullif this plot is not part of a combined plot).PlotPlot. getRootPlot()Returns the root plot.Methods in org.jfree.chart.plot with parameters of type Plot Modifier and Type Method Description voidPlot. setParent(Plot parent)Sets the parent plot. -
Uses of Plot in org.jfree.chart.plot.dial
Subclasses of Plot in org.jfree.chart.plot.dial Modifier and Type Class Description classDialPlotA dial plot composed of user-definable layers. -
Uses of Plot in org.jfree.chart.plot.flow
Subclasses of Plot in org.jfree.chart.plot.flow Modifier and Type Class Description classFlowPlotA plot for visualising flows defined in aFlowDataset. -
Uses of Plot in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy with parameters of type Plot Modifier and Type Method Description protected ImageStandardXYItemRenderer. getImage(Plot plot, int series, int item, double x, double y)Returns the image used to draw a single data item.protected PointStandardXYItemRenderer. 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.