org.omegahat.Graphics.Primitives
Class LineDash

java.lang.Object
  |
  +--org.omegahat.Graphics.Primitives.LineDash

public class LineDash
extends java.lang.Object

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

dashes

protected float[] dashes

phase

protected float phase
Constructor Detail

LineDash

public LineDash()

LineDash

public LineDash(float[] dashes)

LineDash

public LineDash(float[] dashes,
                float phase)
Method Detail

dashes

public float[] dashes()

dashes

public float[] dashes(float[] d)

phase

public float phase()

phase

public float phase(float p)