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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

intSCALE_ON_BOTH_AXES
A constant to specify that the bubbles drawn by this renderer should be scaled on both axes (see #XYBubbleRenderer(int) ).
intSCALE_ON_DOMAIN_AXIS
A constant to specify that the bubbles drawn by this renderer should be scaled on the domain axis (see #XYBubbleRenderer(int) ).
intSCALE_ON_RANGE_AXIS
A constant to specify that the bubbles drawn by this renderer should be scaled on the range axis (see #XYBubbleRenderer(int) ).

Constructor

XYBubbleRenderer(int scaleType)
Constructs a new renderer with the specified type of scaling.
XYBubbleRenderer()
Constructs a new renderer.

Method

intgetScaleType()
Returns the scale type that was set when the renderer was constructed.
voidsetAutoPopulateSeriesOutlineStroke(boolean auto)
Sets the flag that controls whether or not the series outline stroke list is automatically populated when #lookupSeriesOutlineStroke(int) is called.
voidsetBaseOutlinePaint(Paint paint)
Sets the base outline paint 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.
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.