Home » jcommon-1.0.13 » org » jfree » chart » renderer » xy »

org.jfree.chart.renderer.xy

Sub Packages:

org.jfree.chart.renderer.xy.junit   Plug-in renderers for the org.jfree.chart.plot.XYPlot class.  

Interfaces:

XYItemRenderer   Interface for rendering the visual representation of a single (x, y) item on an XYPlot code | html

Abstract Classes:

AbstractXYItemRenderer   A base class that can be used to create new XYItemRenderer implementations.  code | html

Classes:

CandlestickRenderer   A renderer that draws candlesticks on an XYPlot (requires a OHLCDataset ).  code | html
ClusteredXYBarRenderer   An extension of XYBarRenderer that displays bars for different series values at the same x next to each other.  code | html
CyclicXYItemRenderer   The Cyclic XY item renderer is specially designed to handle cyclic axis.  code | html
CyclicXYItemRenderer.OverwriteDataSet   A dataset to hold the interpolated points when drawing new lines.  code | html
DefaultXYItemRenderer   A default renderer for the org.jfree.chart.plot.XYPlot class.  code | html
DeviationRenderer   A specialised subclass of the XYLineAndShapeRenderer that requires an IntervalXYDataset and represents the y-interval by shading an area behind the y-values on the chart.  code | html
DeviationRenderer.State   A state object that is passed to each call to drawItem code | html
HighLow   Represents one point in the high/low/open/close plot.  code | html
HighLowRenderer   A renderer that draws high/low/open/close markers on an XYPlot (requires a OHLCDataset ).  code | html
SignalRenderer   A renderer that draws signals on an XYPlot code | html
StackedAreaXYRenderer   A stacked area renderer for the org.jfree.chart.plot.XYPlot class.  code | html
StackedXYAreaRenderer   A stacked area renderer for the XYPlot class.  code | html
StackedXYAreaRenderer.StackedXYAreaRendererState   A state object for use by this renderer.  code | html
StackedXYAreaRenderer2   A stacked area renderer for the XYPlot class.  code | html
StackedXYBarRenderer   A bar renderer that displays the series items stacked.  code | html
StandardXYItemRenderer   Standard item renderer for an XYPlot code | html
StandardXYItemRenderer.State   Records the state for the renderer.  code | html
VectorRenderer   A renderer that represents data from an VectorXYDataset by drawing a line with an arrow at each (x, y) point.  code | html
WindItemRenderer   A specialised renderer for displaying wind intensity/direction data.  code | html
XYAreaRenderer   Area item renderer for an XYPlot code | html
XYAreaRenderer.XYAreaRendererState   A state object used by this renderer.  code | html
XYAreaRenderer2   Area item renderer for an XYPlot code | html
XYBarRenderer   A renderer that draws bars on an XYPlot (requires an IntervalXYDataset ).  code | html
XYBarRenderer.XYBarRendererState   The state class used by this renderer.  code | html
XYBlockRenderer   A renderer that represents data from an XYZDataset by drawing a color block at each (x, y) point, where the color is a function of the z-value from the dataset.  code | html
XYBoxAndWhiskerRenderer   A renderer that draws box-and-whisker items on an XYPlot code | html
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 of XYZDataset code | html
XYDifferenceRenderer   A renderer for an XYPlot that highlights the differences between two series.  code | html
XYDotRenderer   A renderer that draws a small dot at each data point for an XYPlot code | html
XYErrorRenderer   A line and shape renderer that can also display x and/or y-error values.  code | html
XYItemRendererState   The state for an XYItemRenderer code | html
XYLine3DRenderer   A XYLineAndShapeRenderer that adds a shadow line to the graph to emulate a 3D-effect.  code | html
XYLineAndShapeRenderer   A renderer that connects data points with lines and/or draws shapes at each data point.  code | html
XYLineAndShapeRenderer.State   Records the state for the renderer.  code | html
XYSplineRenderer   A renderer that connects data points with natural cubic splines and/or draws shapes at each data point.  code | html
XYSplineRenderer.ControlPoint   Represents a control point.  code | html
XYStepAreaRenderer   A step chart renderer that fills the area between the step and the x-axis.  code | html
XYStepRenderer   Line/Step item renderer for an XYPlot code | html
YIntervalRenderer   A renderer that draws a line connecting the start and end Y values for an XYPlot code | html