org.xwt
Class VectorGraphics.VectorPath

java.lang.Object
  extended byorg.xwt.VectorGraphics.VectorPath
Enclosing class:
VectorGraphics

public static class VectorGraphics.VectorPath
extends java.lang.Object

an abstract path; may contain splines and arcs


Constructor Summary
VectorGraphics.VectorPath()
           
 
Method Summary
protected  void parseSingleCommandAndArguments(VectorGraphics.PathTokenizer t, char command, boolean relative)
           
 VectorGraphics.RasterPath realize(VectorGraphics.Affine a)
          Creates a concrete vector path transformed through the given matrix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorGraphics.VectorPath

public VectorGraphics.VectorPath()
Method Detail

realize

public VectorGraphics.RasterPath realize(VectorGraphics.Affine a)
Creates a concrete vector path transformed through the given matrix.


parseSingleCommandAndArguments

protected void parseSingleCommandAndArguments(VectorGraphics.PathTokenizer t,
                                              char command,
                                              boolean relative)