Uses of Class
org.jfree.chart.plot.PlotState
| Package | Description |
|---|---|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of PlotState in org.jfree.chart.plot
Methods in org.jfree.chart.plot with parameters of type PlotState Modifier and Type Method Description voidCategoryPlot. draw(Graphics2D g2, Rectangle2D plotArea, PlotState parentState, PlotRenderingInfo state)Draws the plot on a Java 2D graphics device (such as the screen or a printer).voidCombinedDomainCategoryPlot. draw(Graphics2D g2, Rectangle2D plotArea, PlotState parentState, PlotRenderingInfo info)Draws the plot on a Java 2D graphics device (such as the screen or a printer).voidCombinedDomainXYPlot. draw(Graphics2D g2, Rectangle2D area, Point2D anchor, PlotState parentState, PlotRenderingInfo info)Draws the plot within the specified area on a graphics device.voidCombinedDomainXYPlot. draw(Graphics2D g2, Rectangle2D area, PlotState parentState, PlotRenderingInfo info)Draws the plot on a Java 2D graphics device (such as the screen or a printer).voidCombinedRangeCategoryPlot. draw(Graphics2D g2, Rectangle2D plotArea, PlotState parentState, PlotRenderingInfo info)Draws the plot on a Java 2D graphics device (such as the screen or a printer).voidCombinedRangeXYPlot. draw(Graphics2D g2, Rectangle2D area, Point2D anchor, PlotState parentState, PlotRenderingInfo info)Draws the plot within the specified area on a graphics device.voidCombinedRangeXYPlot. draw(Graphics2D g2, Rectangle2D area, PlotState parentState, PlotRenderingInfo info)Draws the plot on a Java 2D graphics device (such as the screen or a printer).voidCompassPlot. draw(Graphics2D g2, Rectangle2D plotArea, PlotState parentState, PlotRenderingInfo info)Draws the plot on a Java 2D graphics device (such as the screen or a printer).voidContourPlot. draw(Graphics2D g2, Rectangle2D plotArea, PlotState parentState, PlotRenderingInfo info)Draws the plot on a Java 2D graphics device (such as the screen or a printer).voidFastScatterPlot. draw(Graphics2D g2, Rectangle2D plotArea, PlotState parentState, PlotRenderingInfo info)Draws the fast scatter plot on a Java 2D graphics device (such as the screen or a printer).voidMeterPlot. draw(Graphics2D g2, Rectangle2D plotArea, PlotState parentState, PlotRenderingInfo info)Draws the plot on a Java 2D graphics device (such as the screen or a printer).voidMultiplePiePlot. draw(Graphics2D g2, Rectangle2D plotArea, PlotState parentState, PlotRenderingInfo info)Draws the plot on a Java 2D graphics device (such as the screen or a printer).voidPiePlot. draw(Graphics2D g2, Rectangle2D plotArea, PlotState parentState, PlotRenderingInfo info)Draws the plot on a Java 2D graphics device (such as the screen or a printer).voidPiePlot3D. draw(Graphics2D g2, Rectangle2D plotArea, PlotState parentState, PlotRenderingInfo info)Draws the plot on a Java 2D graphics device (such as the screen or a printer).voidPlot. draw(Graphics2D g2, Rectangle2D area, Point2D anchor, PlotState parentState, PlotRenderingInfo info)Implement later to make use of anchor.abstract voidPlot. draw(Graphics2D g2, Rectangle2D plotArea, PlotState parentState, PlotRenderingInfo info)Draws the plot on a Java 2D graphics device (such as the screen or a printer).voidPolarPlot. draw(Graphics2D g2, Rectangle2D plotArea, PlotState parentState, PlotRenderingInfo info)Draws the plot on a Java 2D graphics device (such as the screen or a printer).voidThermometerPlot. draw(Graphics2D g2, Rectangle2D plotArea, PlotState parentState, PlotRenderingInfo info)Draws the plot on a Java 2D graphics device (such as the screen or a printer).voidWaferMapPlot. draw(Graphics2D g2, Rectangle2D plotArea, PlotState state, PlotRenderingInfo info)Draws the wafermap view.voidXYPlot. draw(Graphics2D g2, Rectangle2D area, Point2D anchor, PlotState parentState, PlotRenderingInfo info)Draws the plot within the specified area on a graphics device.voidXYPlot. draw(Graphics2D g2, Rectangle2D area, PlotState parentState, PlotRenderingInfo state)Draws the plot on a Java 2D graphics device (such as the screen or a printer).