class
SugTypes
Public Members
enum
ElementType
enum
TransformType
Protected Methods
SugTypes
()
Empty, protected constructor.
~SugTypes
()
Empty, protected destructor.
Documentation
SugTypes()
Empty, protected constructor. You should never construct a SugTypes object.
~SugTypes()
Empty, protected destructor. There is no neeSd for a destructor since the object can never be constructed.
enum ElementType
E_SVG
A svg element
E_RECT
A rectangle element
E_PATH
A path element
E_POLYGON
A polygon element
E_POLYLINE
A polyline element
E_TEXT
A text element
E_G
A group element
E_SYMBOL
A symbol element
E_DEFS
A definition element
E_USE
A use element
enum TransformType
T_UNKNOWN
An unknown transform type
T_MATRIX
A matrix type transform
T_TRANSLATE
A translate type transform
T_SCALE
A scale type transform
T_ROTATE
A rotate type transform
T_SKEWX
A skew x type transform
T_SKEWY
A skew y type transform
This class has no child classes.
Alphabetic index
HTML hierarchy of classes
or
Java
This page was generated with the help of
DOC++
.