Package org.jfree.chart.renderer

Plug-in renderers for the CategoryPlot and XYPlot classes.

See:
          Description

Interface Summary
CategoryItemRenderer A plug-in object that is used by the CategoryPlot class to display individual data items from a CategoryDataset.
DrawingSupplier A supplier of Paint and Stroke objects.
Renderer The base interface for renderers.
XYItemRenderer Interface for rendering the visual representation of a single (x, y) item on an XYPlot.
 

Class Summary
AbstractCategoryItemRenderer An abstract base class that you can use to implement a new CategoryItemRenderer.
AbstractRenderer Base class providing common services for renderers.
AbstractXYItemRenderer A base class that can be used to create new XYItemRenderer implementations.
AreaRenderer A category item renderer that draws area charts.
AreaXYRenderer Area item renderer for an XYPlot.
BarRenderer A base class for category item renderers that draw bars.
CandlestickRenderer A renderer that draws candlesticks on an XYPlot (requires a HighLowDataset).
ClusteredXYBarRenderer An extension of VerticalXYBarRenderer that displays bars for different series values at the same x next to each other.
DefaultDrawingSupplier A default implementation of the DrawingSupplier interface.
HighLow Represents one point in the high/low/open/close plot.
HighLowRenderer A renderer that draws high/low/open/close markers on an XYPlot (requires a HighLowDataset).
HorizontalBarRenderer A renderer that handles the drawing of bars for a horizontal bar plot.
HorizontalBarRenderer3D A renderer that handles the drawing of 3D bars for a horizontal bar plot.
HorizontalIntervalBarRenderer A renderer that draws horizontal bars representing a data range on a category plot.
HorizontalShapeRenderer A renderer that draws shapes for each data item, and lines between data items.
LineAndShapeRenderer A renderer that draws shapes for each data item, and lines between data items.
MinMaxCategoryRenderer Renderer for drawing min max plot.
PaintTable A lookup table for Paint objects.
ReverseXYItemRenderer This renderer performs exactly the same function as StandardXYItemRenderer, except that it switches the X and Y values (effectively rotating the plot by 90 degrees).
ShapeTable A lookup table for Shape objects.
SignalRenderer A renderer that draws signals on an XY plot (requires a SignalsDataset).
StackedAreaRenderer A category item renderer that draws stacked area charts.
StackedHorizontalBarRenderer A renderer that handles the drawing of "stacked" bars for a horizontal bar plot.
StackedVerticalBarRenderer A bar renderer that draws stacked bars for a vertical bar plot.
StackedVerticalBarRenderer3D Renders vertical stacked bars with 3D-effect.
StandardXYItemRenderer Standard item renderer for an XYPlot.
StrokeTable A lookup table for Stroke objects.
VerticalBarRenderer A renderer that handles the drawing of bars for a vertical bar plot.
VerticalBarRenderer3D A renderer for vertical bars with a 3D effect.
VerticalIntervalBarRenderer A renderer that handles the drawing of bars for a vertical bar plot where each bar has a high and low value.
VerticalStatisticalBarRenderer A renderer that handles the drawing of bars for a vertical bar plot where each bar has a mean value and a standard deviation vertical line.
VerticalXYBarRenderer A renderer that draws bars on an XYPlot (requires an IntervalXYDataset).
WindItemRenderer A specialised renderer for displaying wind intensity/direction data.
XYBubbleRenderer A renderer that draws a circle at each data point.
XYDotRenderer A renderer that draws a small dot at each data point.
XYStepRenderer Line/Step item renderer for an XYPlot.
YIntervalRenderer A renderer that draws a vertical line connecting the start and end Y values.
 

Package org.jfree.chart.renderer Description

Plug-in renderers for the CategoryPlot and XYPlot classes.