|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.davisor.graphics.NullStroke
NullStroke implements a stroke that only results in null paths.
createStrokedShape(java.awt.Shape),
BetterStroke| Field Summary | |
static java.awt.geom.GeneralPath |
NULL
An empty path. |
| Constructor Summary | |
NullStroke()
Constructs a new null stroke. |
|
| Method Summary | |
int |
compareTo(java.lang.Object o)
Compares this stroke with other objects. |
java.awt.Shape |
createStrokedShape(java.awt.Shape shape)
Returns an empty shape. |
boolean |
equals(java.lang.Object o)
Test if this null stroke is equal to given other stroke. |
java.lang.String |
toString()
Gets null stroke spesification string (0). |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.awt.geom.GeneralPath NULL
| Constructor Detail |
public NullStroke()
| Method Detail |
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparableequals(java.lang.Object)public boolean equals(java.lang.Object o)
compareTo(java.lang.Object)public java.lang.String toString()
public java.awt.Shape createStrokedShape(java.awt.Shape shape)
createStrokedShape in interface java.awt.Strokeshape - the shape boundary to be stroked
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||