|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDrawingSupplier
Title: IJChart
Description: a chart library for the Java(tm) platform.
A supplier of Paint,Stroke and Shape objects for use by plots and renders.By providing a central place for obtaining these items, we can ensure that duplication is avoided.Copyright: Copyright (c) 2013
Company:
Method Summary | |
---|---|
java.awt.Paint |
getNextBorderPaint()
Returns the next border paint in a sequence maintained by the supplier. |
java.awt.Stroke |
getNextBorderStroke()
Returns the next Stroke object in a sequence maintained by the supplier. |
java.awt.Paint |
getNextFillPaint()
Returns the next fill paint in a sequence maintained by the supplier. |
java.awt.Paint |
getNextPaint()
Returns the next paint in a sequence maintained by the supplier. |
java.awt.Shape |
getNextShape()
Returns the next Shape object in a sequence maintained by the supplier. |
java.awt.Stroke |
getNextStroke()
Returns the next Stroke object in a sequence maintained by the supplier. |
boolean |
isCanReset()
Whether or not can reset. |
void |
reset()
Reset this class to first initiate state. |
void |
restoreState()
Restore state to old. |
void |
saveState()
Save current state. |
void |
setCanReset(boolean flag)
Sets whether or not can reset. |
Method Detail |
---|
java.awt.Paint getNextPaint()
java.awt.Paint getNextBorderPaint()
java.awt.Paint getNextFillPaint()
java.awt.Stroke getNextStroke()
java.awt.Stroke getNextBorderStroke()
java.awt.Shape getNextShape()
void reset()
boolean isCanReset()
void setCanReset(boolean flag)
flag
- boolean
A boolean.void saveState()
void restoreState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |