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

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

Introduction

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

The text is from its open source code.

Field

intAREA
Useful constant for specifying the type of rendering (area only).
intAREA_AND_SHAPES
Useful constant for specifying the type of rendering (area and shapes).

Constructor

Method

voidsetBaseItemLabelGenerator(XYItemLabelGenerator generator)
Sets the base item label generator 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.
voidsetDataBoundsIncludesVisibleSeriesOnly(boolean visibleOnly)
Sets the flag that controls whether or not the data bounds reported by this renderer will exclude non-visible series and sends a RendererChangeEvent to all registered listeners.
voidsetDefaultEntityRadius(int radius)
Sets the radius of the circle used for the default entity area when no area is specified.
voidsetRangeBase(double val)
Sets the value on the range axis which defines the default border of the area, 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.
voidsetShapesFilled(boolean filled)
Sets the 'shapes filled' for ALL series and sends a RendererChangeEvent to all registered listeners.
voidsetStepPoint(double stepPoint)
Sets the step point and sends a RendererChangeEvent to all registered listeners.