| Home >> All >> org >> jfree >> chart >> renderer >> [ category Javadoc ] |
| | org.jfree.chart.renderer.category.junit.* (21) |
org.jfree.chart.renderer.category: Javadoc index of package org.jfree.chart.renderer.category.
Package Samples:
org.jfree.chart.renderer.category.junit: Plug-in renderers for the org.jfree.chart.plot.CategoryPlot class.
Classes:
CategoryItemRenderer: A plug-in object that is used by the org.jfree.chart.plot.CategoryPlot class to display individual data items from a org.jfree.data.category.CategoryDataset . This interface defines the methods that must be provided by all renderers. If you are implementing a custom renderer, you should consider extending the AbstractCategoryItemRenderer class. Most renderer attributes are defined using a "three layer" approach. When looking up an attribute (for example, the outline paint) the renderer first checks to see if there is a setting (in layer 0) that applies to ALL items that the renderer draws. If there ...
WaterfallBarRenderer: A renderer that handles the drawing of waterfall bar charts, for use with the org.jfree.chart.plot.CategoryPlot class. Note that the bar colors are defined using special methods in this class - the inherited methods (for example, AbstractRenderer.setSeriesPaint(int, Paint) > AbstractRenderer.setSeriesPaint(int, Paint) 55 ) are ignored.
AbstractCategoryItemRenderer: An abstract base class that you can use to implement a new CategoryItemRenderer . When you create a new CategoryItemRenderer you are not required to extend this class, but it makes the job easier.
MinMaxCategoryRenderer: Renderer for drawing min max plot. This renderer draws all the series under the same category in the same x position using objectIcon and a line from the maximum value to the minimum value. For use with the org.jfree.chart.plot.CategoryPlot class.
CategoryStepRenderer: A "step" renderer similar to org.jfree.chart.renderer.xy.XYStepRenderer but that can be used with the org.jfree.chart.plot.CategoryPlot class.
LevelRenderer: A CategoryItemRenderer that draws individual data items as horizontal lines, spaced in the same way as bars in a bar chart.
GroupedStackedBarRenderer: A renderer that draws stacked bars within groups. This will probably be merged with the StackedBarRenderer class at some point.
StatisticalLineAndShapeRenderer: A renderer that draws shapes for each data item, and lines between data items. Each point has a mean value and a standard deviation line. For use with the org.jfree.chart.plot.CategoryPlot class.
IntervalBarRenderer: A renderer that handles the drawing of bars for a bar plot where each bar has a high and low value. For use with the org.jfree.chart.plot.CategoryPlot class.
CategoryItemRendererState: An object that retains temporary state information for a CategoryItemRenderer .
LayeredBarRenderer: A CategoryItemRenderer that represents data using bars which are superimposed.
BarRenderer: A CategoryItemRenderer that draws individual data items as bars.
LineAndShapeRenderer: A renderer that draws shapes for each data item, and lines between data items (for use with the org.jfree.chart.plot.CategoryPlot class).
StackedAreaRendererTests: Tests for the StackedAreaRendererTests class.
AreaRenderer: A category item renderer that draws area charts. You can use this renderer with the org.jfree.chart.plot.CategoryPlot class.
AbstractCategoryItemRendererTests: Tests for the org.jfree.chart.renderer.category.AbstractCategoryItemRenderer class.
DefaultCategoryItemRendererTests: Tests for the org.jfree.chart.renderer.category.DefaultCategoryItemRenderer class.
GroupedStackedBarRendererTests: Tests for the org.jfree.chart.renderer.category.GroupedStackedBarRenderer class.
MinMaxCategoryRendererTests: Tests for the org.jfree.chart.renderer.category.MinMaxCategoryRenderer class.
StatisticalBarRendererTests: Tests for the org.jfree.chart.renderer.category.StatisticalBarRenderer class.
BoxAndWhiskerRendererTests: Tests for the org.jfree.chart.renderer.category.BoxAndWhiskerRenderer class.
BarRenderer3D: A renderer for bars with a 3D effect, for use with the org.jfree.chart.plot.CategoryPlot class.
StackedBarRenderer3D: Renders stacked bars with 3D-effect, for use with the org.jfree.chart.plot.CategoryPlot class.
StackedBarRenderer3DTests: Tests for the org.jfree.chart.renderer.category.StackedBarRenderer3D class.
LineAndShapeRendererTests: Tests for the org.jfree.chart.renderer.category.LineAndShapeRenderer class.
| Home | Contact Us | Privacy Policy | Terms of Service |