Frames | No Frames |
Constructors with parameter type org.jfree.chart.renderer.xy.XYItemRenderer | |
XYPlot.XYPlot(XYDataset dataset, ValueAxis domainAxis, ValueAxis rangeAxis, XYItemRenderer renderer) Creates a new plot with the specified dataset, axes and renderer. |
Methods with parameter type org.jfree.chart.renderer.xy.XYItemRenderer | |
int | Returns the index of the specified renderer, or -1 if the
renderer is not assigned to this plot. |
void | Sets a renderer and sends a PlotChangeEvent to all
registered listeners. |
void | Sets a renderer and sends a PlotChangeEvent to all
registered listeners. |
void | Sets the item renderer FOR ALL SUBPLOTS. |
void | Sets the item renderer FOR ALL SUBPLOTS. |
void | Sets the renderer for the primary dataset and sends a
PlotChangeEvent to all registered listeners. |
void | Sets the renderers for this plot and sends a PlotChangeEvent
to all registered listeners. |
Methods with return type org.jfree.chart.renderer.xy.XYItemRenderer | |
XYItemRenderer | Returns the renderer for the primary dataset. |
XYItemRenderer | XYPlot.getRenderer(int index) Returns the renderer for a dataset, or null . |
XYItemRenderer | Returns the renderer for the specified dataset. |
Classes implementing org.jfree.chart.renderer.xy.XYItemRenderer | |
class | A base class that can be used to create new XYItemRenderer
implementations. |
class | A renderer that draws candlesticks on an XYPlot (requires a
OHLCDataset ). |
class | An extension of XYBarRenderer that displays bars for different
series values at the same x next to each other. |
class | The Cyclic XY item renderer is specially designed to handle cyclic axis. |
class | A default renderer for the XYPlot class. |
class | 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 | A renderer that draws high/low/open/close markers on an XYPlot
(requires a OHLCDataset ). |
class | A stacked area renderer for the XYPlot class. |
class | A stacked area renderer for the XYPlot class. |
class | A bar renderer that displays the series items stacked. |
class | Standard item renderer for an XYPlot . |
class | A specialised renderer for displaying wind intensity/direction data. |
class | Area item renderer for an XYPlot . |
class | Area item renderer for an XYPlot . |
class | A renderer that draws bars on an XYPlot (requires an
IntervalXYDataset ). |
class | 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 | A renderer that draws box-and-whisker items on an XYPlot . |
class | 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 | A renderer for an XYPlot that highlights the differences between two
series. |
class | A renderer that draws a small dot at each data point for an XYPlot . |
class | A line and shape renderer that can also display x and/or y-error values. |
class | A XYLineAndShapeRenderer that adds a shadow line to the graph
to emulate a 3D-effect. |
class | A renderer that can be used with the XYPlot class. |
class | A step chart renderer that fills the area between the step and the x-axis. |
class | Line/Step item renderer for an XYPlot . |
class | A renderer that draws a line connecting the start and end Y values for an
XYPlot . |