processing.candy
Class SVG.Path

java.lang.Object
  extended by processing.candy.SVG.Path
Enclosing class:
SVG

public class SVG.Path
extends java.lang.Object


Field Summary
 boolean closed
           
 int count
           
static int CURVETO
           
 int[] kind
           
static int LINETO
           
static int MOVETO
           
static int QCURVETO
           
 float[] x
           
 float[] y
           
 
Constructor Summary
SVG.Path(processing.candy.SVG.BaseObject parent, XMLElement properties)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public int count

x

public float[] x

y

public float[] y

MOVETO

public static final int MOVETO
See Also:
Constant Field Values

LINETO

public static final int LINETO
See Also:
Constant Field Values

CURVETO

public static final int CURVETO
See Also:
Constant Field Values

QCURVETO

public static final int QCURVETO
See Also:
Constant Field Values

kind

public int[] kind

closed

public boolean closed
Constructor Detail

SVG.Path

public SVG.Path(processing.candy.SVG.BaseObject parent,
                XMLElement properties)