org.xwt
Class VectorGraphics

java.lang.Object
  extended byorg.xwt.VectorGraphics

public final class VectorGraphics
extends java.lang.Object

XWT's fully conformant Static SVG Viewer; see SVG spec, section G.7


Nested Class Summary
static class VectorGraphics.Affine
          an affine transform; all operations are destructive
static interface VectorGraphics.Paint
           
static class VectorGraphics.PathTokenizer
           
static class VectorGraphics.RasterPath
          a vector path
static class VectorGraphics.SingleColorPaint
           
static class VectorGraphics.VectorPath
          an abstract path; may contain splines and arcs
 
Field Summary
static float INCHES_PER_CM
           
static float INCHES_PER_MM
           
static float PX_PER_INCH
           
 
Constructor Summary
VectorGraphics()
           
 
Method Summary
static VectorGraphics.VectorPath parseVectorPath(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PX_PER_INCH

public static final float PX_PER_INCH
See Also:
Constant Field Values

INCHES_PER_CM

public static final float INCHES_PER_CM
See Also:
Constant Field Values

INCHES_PER_MM

public static final float INCHES_PER_MM
See Also:
Constant Field Values
Constructor Detail

VectorGraphics

public VectorGraphics()
Method Detail

parseVectorPath

public static VectorGraphics.VectorPath parseVectorPath(java.lang.String s)