Java org.jfree.chart.plot DefaultDrawingSupplier fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.plot DefaultDrawingSupplier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.plot DefaultDrawingSupplier.

The text is from its open source code.

Subclass

org.jfree.chart.plot.DefaultDrawingSupplier has subclasses.
Click this link to see all its subclasses.

Field

Paint[]DEFAULT_PAINT_SEQUENCE
The default fill paint sequence.
Paint[]DEFAULT_OUTLINE_PAINT_SEQUENCE
The default outline paint sequence.
Paint[]DEFAULT_FILL_PAINT_SEQUENCE
The default fill paint sequence.
Stroke[]DEFAULT_STROKE_SEQUENCE
The default stroke sequence.
Stroke[]DEFAULT_OUTLINE_STROKE_SEQUENCE
The default outline stroke sequence.
Shape[]DEFAULT_SHAPE_SEQUENCE
The default shape sequence.

Constructor

Method

Shape[]createStandardSeriesShapes()
Creates an array of standard shapes to display for the items in series on charts.
PaintgetNextPaint()
Returns the next paint in the sequence.