|
ElegantJ Trees Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.BasicStroke
com.elegantj.awt.tree.AWTTreeBasicStroke
Overriden the Basic Stroke
| Field Summary |
| Fields inherited from class java.awt.BasicStroke |
CAP_BUTT, CAP_ROUND, CAP_SQUARE, JOIN_BEVEL, JOIN_MITER, JOIN_ROUND |
| Constructor Summary | |
AWTTreeBasicStroke(float[] dashArray,
float phase)
Constructs the AWTTreeBasicStroke |
|
| Method Summary | |
float[] |
getDashArray()
Method which returns the dash array of the AWTTreeBasicStroke |
float |
getPhase()
Method which returns the phase of the AWTTreeBasicStroke |
| Methods inherited from class java.awt.BasicStroke |
createStrokedShape, equals, getDashPhase, getEndCap, getLineJoin, getLineWidth, getMiterLimit, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AWTTreeBasicStroke(float[] dashArray,
float phase)
dashArray - The dash array for the AWTTreeBasicStrokephase - The phase for the AWTTreeBasicStroke| Method Detail |
public float[] getDashArray()
public float getPhase()
|
ElegantJ Trees Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||