| Home >> All >> org >> jfree >> chart >> renderer >> [ xy Javadoc ] |
| | org.jfree.chart.renderer.xy.junit.* (23) |
org.jfree.chart.renderer.xy: Javadoc index of package org.jfree.chart.renderer.xy.
Package Samples:
org.jfree.chart.renderer.xy.junit: Plug-in renderers for the org.jfree.chart.plot.XYPlot class.
Classes:
ClusteredXYBarRenderer: An extension of XYBarRenderer that displays bars for different series values at the same x next to each other. The assumption here is that for each x (time or else) there is a y value for each series. If this is not the case, there will be spaces between bars for a given x. This renderer does not include code to calculate the crosshair point for the plot.
StackedXYBarRenderer: A bar renderer that displays the series items stacked. The dataset used together with this renderer must be a org.jfree.data.xy.IntervalXYDataset and a org.jfree.data.xy.TableXYDataset . For example, the dataset class org.jfree.data.xy.CategoryTableXYDataset implements both interfaces.
CyclicXYItemRenderer: The Cyclic XY item renderer is specially designed to handle cyclic axis. While the standard renderer would draw a line across the plot when a cycling occurs, the cyclic renderer splits the line at each cycle end instead. This is done by interpolating new points at cycle boundary. Thus, correct appearance is restored. The Cyclic XY item renderer works exactly like a standard XY item renderer with non-cyclic axis.
XYBoxAndWhiskerRenderer: A renderer that draws box-and-whisker items on an org.jfree.chart.plot.XYPlot . This renderer requires a org.jfree.data.statistics.BoxAndWhiskerXYDataset ). This renderer does not include any code to calculate the crosshair point.
XYItemRenderer: Interface for rendering the visual representation of a single (x, y) item on an org.jfree.chart.plot.XYPlot . To support cloning charts, it is recommended that renderers implement both the java.lang.Cloneable and PublicCloneable interfaces.
HighLowRenderer: A renderer that draws high/low/open/close markers on an org.jfree.chart.plot.XYPlot (requires a org.jfree.data.xy.OHLCDataset ). This renderer does not include code to calculate the crosshair point for the plot.
XYDifferenceRenderer: A renderer for an org.jfree.chart.plot.XYPlot that highlights the differences between two series. The renderer expects a dataset that: has exactly two series; each series has the same x-values; no null values;
CandlestickRenderer: A renderer that draws candlesticks on an org.jfree.chart.plot.XYPlot (requires a org.jfree.data.xy.OHLCDataset ). This renderer does not include code to calculate the crosshair point for the plot.
XYBarRenderer: A renderer that draws bars on an org.jfree.chart.plot.XYPlot (requires an org.jfree.data.xy.IntervalXYDataset ). This renderer does not include any code for calculating the crosshair point.
DefaultXYItemRenderer: A default renderer for the org.jfree.chart.plot.XYPlot class. This is an alias for the XYLineAndShapeRenderer class.
XYAreaRenderer: Area item renderer for an org.jfree.chart.plot.XYPlot . This class can draw (a) shapes at each point, or (b) lines between points, or (c) both shapes and lines, or (d) filled areas, or (e) filled areas and shapes.
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 org.jfree.data.xy.XYZDataset .
StandardXYItemRenderer: Standard item renderer for an org.jfree.chart.plot.XYPlot . This class can draw (a) shapes at each point, or (b) lines between points, or (c) both shapes and lines.
XYStepRenderer: Line/Step item renderer for an org.jfree.chart.plot.XYPlot . This class draws lines between data points, only allowing horizontal or vertical lines (steps).
AbstractXYItemRenderer: A base class that can be used to create new XYItemRenderer implementations.
StackedAreaXYRendererTests: Tests for the StackedAreaXYRendererTests class.
SignalRendererTests: Tests for the org.jfree.chart.renderer.category.junit.StackedAreaRendererTests class.
YIntervalRenderer: A renderer that draws a line connecting the start and end Y values for an org.jfree.chart.plot.XYPlot .
XYItemRendererState: The state for an XYItemRenderer .
XYBoxAndWhiskerRendererTests: Tests for the org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer class.
StandardXYItemRendererTests: Tests for the org.jfree.chart.renderer.xy.StandardXYItemRenderer class.
ClusteredXYBarRendererTests: Tests for the org.jfree.chart.renderer.xy.ClusteredXYBarRenderer class.
XYLineAndShapeRendererTests: Tests for the org.jfree.chart.renderer.xy.XYLineAndShapeRenderer class.
AbstractXYItemRendererTests: Tests for the org.jfree.chart.renderer.xy.AbstractXYItemRenderer class.
| Home | Contact Us | Privacy Policy | Terms of Service |