Java org.jfree.chart.renderer.xy DeviationRenderer fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.renderer.xy DeviationRenderer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.renderer.xy DeviationRenderer.

The text is from its open source code.

Subclass

org.jfree.chart.renderer.xy.DeviationRenderer has subclasses.
Click this link to see all its subclasses.

Constructor

DeviationRenderer()
Creates a new renderer that displays lines and shapes for the data items, as well as the shaded area for the y-interval.
DeviationRenderer(boolean lines, boolean shapes)
Creates a new renderer.

Method

voidsetAlpha(float alpha)
Sets the alpha transparency for the background shading, and sends a RendererChangeEvent to all registered listeners.
voidsetBaseItemLabelGenerator(XYItemLabelGenerator generator)
Sets the base item label generator and sends a RendererChangeEvent to all registered listeners.
voidsetBaseItemLabelsVisible(boolean visible)
Sets the base flag that controls whether or not item labels are visible, and sends a RendererChangeEvent to all registered listeners.
voidsetBaseOutlineStroke(Stroke stroke)
Sets the base outline stroke and sends a RendererChangeEvent to all registered listeners.
voidsetBaseSeriesVisibleInLegend(boolean visible)
Sets the base visibility in the legend and sends a RendererChangeEvent to all registered listeners.
voidsetBaseShapesFilled(boolean flag)
Sets the base 'shapes filled' flag and sends a RendererChangeEvent to all registered listeners.
voidsetBaseShapesVisible(boolean flag)
Sets the base 'shapes visible' flag and sends a RendererChangeEvent to all registered listeners.
voidsetBaseToolTipGenerator(XYToolTipGenerator generator)
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
voidsetLinesVisible(Boolean visible)
Sets a flag that controls whether or not lines are drawn between the items in ALL series, and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesFillPaint(int series, Paint paint)
Sets the paint used for a series fill and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesPaint(int series, Paint paint)
Sets the paint used for a series and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesShape(int series, Shape shape)
Sets the shape used for a series and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesShapesVisible(int series, boolean visible)
Sets the 'shapes visible' flag for a series and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesStroke(int series, Stroke stroke)
Sets the stroke used for a series and sends a RendererChangeEvent to all registered listeners.
voidsetShapesVisible(Boolean visible)
Sets the 'shapes visible' for ALL series and sends a RendererChangeEvent to all registered listeners.