Java org.jfree.chart.renderer.category ScatterRenderer fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.jfree.chart.renderer.category.ScatterRenderer has subclasses.
Click this link to see all its subclasses.

Constructor

ScatterRenderer()
Constructs a new renderer.

Method

voidsetBaseFillPaint(Paint paint)
Sets the base fill paint and sends a RendererChangeEvent to all registered listeners.
voidsetBasePaint(Paint paint)
Sets the base paint 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.
voidsetDrawOutlines(boolean flag)
Sets the flag that controls whether outlines are drawn for shapes, 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.
voidsetSeriesOutlinePaint(int series, Paint paint)
Sets the paint used for a series outline 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.
voidsetUseFillPaint(boolean flag)
Sets the flag that controls whether the fill paint is used to fill shapes, and sends a RendererChangeEvent to all registered listeners.
voidsetUseOutlinePaint(boolean use)
Sets the flag that controls whether the outline paint is used for shape outlines, and sends a RendererChangeEvent to all registered listeners.
voidsetUseSeriesOffset(boolean offset)
Sets the flag that controls whether or not the x-position for each data item is offset within its category according to the series, and sends a RendererChangeEvent to all registered listeners.