|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xwt.VectorGraphics
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 |
public static final float PX_PER_INCH
public static final float INCHES_PER_CM
public static final float INCHES_PER_MM
Constructor Detail |
public VectorGraphics()
Method Detail |
public static VectorGraphics.VectorPath parseVectorPath(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |