Module platform
Package org.jfree.chart.renderer.xy
package org.jfree.chart.renderer.xy
-
ClassDescriptionA base class that can be used to create new
XYItemRenderer
implementations.A renderer that draws candlesticks on anXYPlot
(requires aOHLCDataset
).An extension ofXYBarRenderer
that displays bars for different series values at the same x next to each other.The Cyclic XY item renderer is specially designed to handle cyclic axis.A dataset to hold the interpolated points when drawing new lines.A default renderer for theXYPlot
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.A state object that is passed to each call todrawItem()
.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);An implementation of theXYBarPainter
interface that uses several gradient fills to enrich the appearance of the bars.A renderer that draws high/low/open/close markers on anXYPlot
(requires aOHLCDataset
).A renderer that draws line charts.Records the state for the renderer.A stacked area renderer for theXYPlot
class.A stacked area renderer for theXYPlot
class.A bar renderer that displays the series items stacked.An implementation of theXYBarPainter
interface that preserves the behaviour of bar painting that existed prior to the introduction of theXYBarPainter
interface.Standard item renderer for anXYPlot
.Records the state for the renderer.A renderer that represents data from anVectorXYDataset
by drawing a line with an arrow at each (x, y) point.A specialised renderer for displaying wind intensity/direction data.Area item renderer for anXYPlot
.Area item renderer for anXYPlot
.The interface for plugin painter for theXYBarRenderer
class.A renderer that draws bars on anXYPlot
(requires anIntervalXYDataset
).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.A renderer that draws box-and-whisker items on anXYPlot
.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
.A renderer for anXYPlot
that highlights the differences between two series.A renderer that draws a small dot at each data point for anXYPlot
.A line and shape renderer that can also display x and/or y-error values.Interface for rendering the visual representation of a single (x, y) item on anXYPlot
.The state for anXYItemRenderer
.A renderer that connects data points with lines and/or draws shapes at each data point.Records the state for the renderer.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).A renderer that connects data points with natural cubic splines and/or draws shapes at each data point.An enumeration of the fill types for the renderer.Represents state information that applies to a single rendering of a chart.A step chart renderer that fills the area between the step and the x-axis.Line/Step item renderer for anXYPlot
.A renderer that draws a line connecting the start and end Y values for anXYPlot
.