public class DesaturatedDrawingSupplier extends Object implements org.jfree.chart.plot.DrawingSupplier
Constructor and Description |
---|
DesaturatedDrawingSupplier(org.jfree.chart.plot.DrawingSupplier inner) |
Modifier and Type | Method and Description |
---|---|
Paint |
getNextFillPaint() |
Paint |
getNextOutlinePaint() |
Stroke |
getNextOutlineStroke() |
Paint |
getNextPaint() |
Shape |
getNextShape() |
Stroke |
getNextStroke() |
public static final String copyright
public DesaturatedDrawingSupplier(org.jfree.chart.plot.DrawingSupplier inner)
public Paint getNextPaint()
getNextPaint
in interface org.jfree.chart.plot.DrawingSupplier
public Paint getNextOutlinePaint()
getNextOutlinePaint
in interface org.jfree.chart.plot.DrawingSupplier
public Paint getNextFillPaint()
getNextFillPaint
in interface org.jfree.chart.plot.DrawingSupplier
public Stroke getNextStroke()
getNextStroke
in interface org.jfree.chart.plot.DrawingSupplier
public Stroke getNextOutlineStroke()
getNextOutlineStroke
in interface org.jfree.chart.plot.DrawingSupplier
public Shape getNextShape()
getNextShape
in interface org.jfree.chart.plot.DrawingSupplier