Module org.jfree.chart
Package org.jfree.chart.renderer.xy
Plug-in renderers for the
XYPlot class.-
Interface Summary Interface Description XYBarPainter The interface for plugin painter for theXYBarRendererclass.XYItemRenderer Interface for rendering the visual representation of a single (x, y) item on anXYPlot. -
Class Summary Class Description AbstractXYItemRenderer A base class that can be used to create newXYItemRendererimplementations.CandlestickRenderer A renderer that draws candlesticks on anXYPlot(requires aOHLCDataset).ClusteredXYBarRenderer An extension ofXYBarRendererthat displays bars for different series values at the same x next to each other.CyclicXYItemRenderer The Cyclic XY item renderer is specially designed to handle cyclic axis.CyclicXYItemRenderer.OverwriteDataSet A dataset to hold the interpolated points when drawing new lines.DefaultXYItemRenderer A default renderer for theXYPlotclass.DeviationRenderer A specialised subclass of theXYLineAndShapeRendererthat requires anIntervalXYDatasetand represents the y-interval by shading an area behind the y-values on the chart.DeviationRenderer.State A state object that is passed to each call todrawItem().DeviationStepRenderer A specialised subclass of theDeviationRendererthat requires anIntervalXYDatasetand represents the y-interval by shading an area behind the y-values on the chart, drawing only horizontal or vertical lines (steps);GradientXYBarPainter An implementation of theXYBarPainterinterface that uses several gradient fills to enrich the appearance of the bars.HighLowRenderer A renderer that draws high/low/open/close markers on anXYPlot(requires aOHLCDataset).SamplingXYLineRenderer A renderer that draws line charts.SamplingXYLineRenderer.State Records the state for the renderer.StackedXYAreaRenderer A stacked area renderer for theXYPlotclass.StackedXYAreaRenderer2 A stacked area renderer for theXYPlotclass.StackedXYBarRenderer A bar renderer that displays the series items stacked.StandardXYBarPainter An implementation of theXYBarPainterinterface that preserves the behaviour of bar painting that existed prior to the introduction of theXYBarPainterinterface.StandardXYItemRenderer Standard item renderer for anXYPlot.StandardXYItemRenderer.State Records the state for the renderer.VectorRenderer A renderer that represents data from anVectorXYDatasetby drawing a line with an arrow at each (x, y) point.WindItemRenderer A specialised renderer for displaying wind intensity/direction data.XYAreaRenderer Area item renderer for anXYPlot.XYAreaRenderer2 Area item renderer for anXYPlot.XYBarRenderer A renderer that draws bars on anXYPlot(requires anIntervalXYDataset).XYBezierRenderer A renderer that connects data points with Bezier cubic curves and/or draws shapes at each data point.XYBezierRenderer.XYBezierState Represents state information that applies to a single rendering of a chart.XYBlockRenderer A renderer that represents data from anXYZDatasetby drawing a color block at each (x, y) point, where the color is a function of the z-value from the dataset.XYBoxAndWhiskerRenderer A renderer that draws box-and-whisker items on anXYPlot.XYBubbleRenderer 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.XYDifferenceRenderer A renderer for anXYPlotthat highlights the differences between two series.XYDotRenderer A renderer that draws a small dot at each data point for anXYPlot.XYErrorRenderer A line and shape renderer that can also display x and/or y-error values.XYItemRendererState The state for anXYItemRenderer.XYLineAndShapeRenderer A renderer that connects data points with lines and/or draws shapes at each data point.XYLineAndShapeRenderer.State Records the state for the renderer.XYShapeRenderer 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).XYSplineRenderer A renderer that connects data points with natural cubic splines and/or draws shapes at each data point.XYSplineRenderer.XYSplineState Represents state information that applies to a single rendering of a chart.XYStepAreaRenderer A step chart renderer that fills the area between the step and the x-axis.XYStepRenderer Line/Step item renderer for anXYPlot.YIntervalRenderer A renderer that draws a line connecting the start and end Y values for anXYPlot. -
Enum Summary Enum Description XYBezierRenderer.FillType An enumeration of the fill types for the renderer.XYSplineRenderer.FillType An enumeration of the fill types for the renderer.