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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

XYShapeRenderer()
Creates a new XYShapeRenderer instance with default attributes.

Method

voidsetAutoPopulateSeriesFillPaint(boolean auto)
Sets the flag that controls whether or not the series fill paint list is automatically populated when #lookupSeriesFillPaint(int) is called.
voidsetAutoPopulateSeriesOutlinePaint(boolean auto)
Sets the flag that controls whether or not the series outline paint list is automatically populated when #lookupSeriesOutlinePaint(int) is called.
voidsetBaseCreateEntities(boolean create)
Sets the base flag that controls whether entities are created for a series, and sends a RendererChangeEvent to all registered listeners.
voidsetBaseFillPaint(Paint paint)
Sets the base fill paint and sends a RendererChangeEvent to all registered listeners.
voidsetBaseShape(Shape shape)
Sets the base shape and sends a RendererChangeEvent to all registered listeners.
voidsetDrawOutlines(boolean flag)
Sets the flag that controls whether outlines are drawn for shapes, and sends a RendererChangeEvent to all registered listeners.
voidsetPaintScale(PaintScale scale)
Sets the paint scale used by the renderer 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.
voidsetSeriesShape(int series, Shape shape)
Sets the shape used for a series and sends a RendererChangeEvent to all registered listeners.