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

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

Introduction

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

The text is from its open source code.

Implementation

org.jfree.chart.plot.DrawingSupplier has the following implementations.
Click this link to see all its implementation.

Method

PaintgetNextFillPaint()
Returns the next fill paint in a sequence maintained by the supplier.
PaintgetNextOutlinePaint()
Returns the next outline paint in a sequence maintained by the supplier.
StrokegetNextOutlineStroke()
Returns the next Stroke object in a sequence maintained by the supplier.
PaintgetNextPaint()
Returns the next paint in a sequence maintained by the supplier.
ShapegetNextShape()
Returns the next Shape object in a sequence maintained by the supplier.
StrokegetNextStroke()
Returns the next Stroke object in a sequence maintained by the supplier.