Header
And More


Uses of Class
org.jfree.chart.renderer.AbstractRenderer

Packages that use AbstractRenderer
org.jfree.chart Core classes, including JFreeChart and ChartPanel
org.jfree.chart.renderer Core support for the plug-in renderers used by the CategoryPlot and XYPlot classes. 
org.jfree.chart.renderer.category Plug-in renderers for the CategoryPlot class. 
org.jfree.chart.renderer.xy Plug-in renderers for the XYPlot class. 
 

Uses of AbstractRenderer in org.jfree.chart
 

Methods in org.jfree.chart with parameters of type AbstractRenderer
protected  void StandardChartTheme.applyToAbstractRenderer(AbstractRenderer renderer)
          Applies the attributes for this theme to an AbstractRenderer.
 

Uses of AbstractRenderer in org.jfree.chart.renderer
 

Subclasses of AbstractRenderer in org.jfree.chart.renderer
 class DefaultPolarItemRenderer
          A renderer that can be used with the PolarPlot class.
 class WaferMapRenderer
          A renderer for wafer map plots.
 

Uses of AbstractRenderer in org.jfree.chart.renderer.category
 

Subclasses of AbstractRenderer in org.jfree.chart.renderer.category
 class AbstractCategoryItemRenderer
          An abstract base class that you can use to implement a new CategoryItemRenderer.
 class AreaRenderer
          A category item renderer that draws area charts.
 class BarRenderer
          A CategoryItemRenderer that draws individual data items as bars.
 class BarRenderer3D
          A renderer for bars with a 3D effect, for use with the CategoryPlot class.
 class BoxAndWhiskerRenderer
          A box-and-whisker renderer.
 class CategoryStepRenderer
          A "step" renderer similar to XYStepRenderer but that can be used with the CategoryPlot class.
 class DefaultCategoryItemRenderer
          A default renderer for the CategoryPlot class.
 class GanttRenderer
          A renderer for simple Gantt charts.
 class GroupedStackedBarRenderer
          A renderer that draws stacked bars within groups.
 class IntervalBarRenderer
          A renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.
 class LayeredBarRenderer
          A CategoryItemRenderer that represents data using bars which are superimposed.
 class LevelRenderer
          A CategoryItemRenderer that draws individual data items as horizontal lines, spaced in the same way as bars in a bar chart.
 class LineAndShapeRenderer
          A renderer that draws shapes for each data item, and lines between data items (for use with the CategoryPlot class).
 class LineRenderer3D
          A line renderer with a 3D effect.
 class MinMaxCategoryRenderer
          Renderer for drawing min max plot.
 class ScatterRenderer
          A renderer that handles the multiple values from a MultiValueCategoryDataset by plotting a shape for each value for each given item in the dataset.
 class StackedAreaRenderer
          A renderer that draws stacked area charts for a CategoryPlot.
 class StackedBarRenderer
          A stacked bar renderer for use with the CategoryPlot class.
 class StackedBarRenderer3D
          Renders stacked bars with 3D-effect, for use with the CategoryPlot class.
 class StatisticalBarRenderer
          A renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line.
 class StatisticalLineAndShapeRenderer
          A renderer that draws shapes for each data item, and lines between data items.
 class WaterfallBarRenderer
          A renderer that handles the drawing of waterfall bar charts, for use with the CategoryPlot class.
 

Uses of AbstractRenderer in org.jfree.chart.renderer.xy
 

Subclasses of AbstractRenderer in org.jfree.chart.renderer.xy
 class AbstractXYItemRenderer
          A base class that can be used to create new XYItemRenderer implementations.
 class CandlestickRenderer
          A renderer that draws candlesticks on an XYPlot (requires a OHLCDataset).
 class ClusteredXYBarRenderer
          An extension of XYBarRenderer that displays bars for different series values at the same x next to each other.
 class CyclicXYItemRenderer
          The Cyclic XY item renderer is specially designed to handle cyclic axis.
 class DefaultXYItemRenderer
          A default renderer for the XYPlot class.
 class 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.
 class HighLowRenderer
          A renderer that draws high/low/open/close markers on an XYPlot (requires a OHLCDataset).
 class SamplingXYLineRenderer
          A renderer that...
 class StackedXYAreaRenderer
          A stacked area renderer for the XYPlot class.
 class StackedXYAreaRenderer2
          A stacked area renderer for the XYPlot class.
 class StackedXYBarRenderer
          A bar renderer that displays the series items stacked.
 class StandardXYItemRenderer
          Standard item renderer for an XYPlot.
 class VectorRenderer
          A renderer that represents data from an VectorXYDataset by drawing a line with an arrow at each (x, y) point.
 class WindItemRenderer
          A specialised renderer for displaying wind intensity/direction data.
 class XYAreaRenderer
          Area item renderer for an XYPlot.
 class XYAreaRenderer2
          Area item renderer for an XYPlot.
 class XYBarRenderer
          A renderer that draws bars on an XYPlot (requires an IntervalXYDataset).
 class 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.
 class XYBoxAndWhiskerRenderer
          A renderer that draws box-and-whisker items on an XYPlot.
 class 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.
 class XYDifferenceRenderer
          A renderer for an XYPlot that highlights the differences between two series.
 class XYDotRenderer
          A renderer that draws a small dot at each data point for an XYPlot.
 class XYErrorRenderer
          A line and shape renderer that can also display x and/or y-error values.
 class XYLine3DRenderer
          A XYLineAndShapeRenderer that adds a shadow line to the graph to emulate a 3D-effect.
 class XYLineAndShapeRenderer
          A renderer that connects data points with lines and/or draws shapes at each data point.
 class XYShapeRenderer
          A renderer that draws shapes at (x, y) coordinates and, if the dataset is an instance of XYZDataset, fills the shapes with a paint that is based on the z-value (the paint is obtained from a lookup table).
 class XYSplineRenderer
          A renderer that connects data points with natural cubic splines and/or draws shapes at each data point.
 class XYStepAreaRenderer
          A step chart renderer that fills the area between the step and the x-axis.
 class XYStepRenderer
          Line/Step item renderer for an XYPlot.
 class YIntervalRenderer
          A renderer that draws a line connecting the start and end Y values for an XYPlot.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.