processing.candy
Class SVG.Path
java.lang.Object
processing.candy.SVG.Path
- Enclosing class:
- SVG
public class SVG.Path
- extends java.lang.Object
Constructor Summary |
SVG.Path(processing.candy.SVG.BaseObject parent,
XMLElement properties)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SVG.Path
public SVG.Path(processing.candy.SVG.BaseObject parent,
XMLElement properties)