|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.omegahat.Graphics.Primitives.LineDash
Objects to represent line dash patterns in the Java 2D style.
| Field Summary | |
protected float[] |
dashes
|
protected float |
phase
|
| Constructor Summary | |
LineDash()
|
|
LineDash(float[] dashes)
|
|
LineDash(float[] dashes,
float phase)
|
|
| Method Summary | |
float[] |
dashes()
|
float[] |
dashes(float[] d)
|
float |
phase()
|
float |
phase(float p)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected float[] dashes
protected float phase
| Constructor Detail |
public LineDash()
public LineDash(float[] dashes)
public LineDash(float[] dashes,
float phase)
| Method Detail |
public float[] dashes()
public float[] dashes(float[] d)
public float phase()
public float phase(float p)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||