class SugTypes


Public Members

[more]enum ElementType
[more]enum TransformType

Protected Methods

[more] SugTypes ()
Empty, protected constructor.
[more] ~SugTypes ()
Empty, protected destructor.


Documentation

o SugTypes()
Empty, protected constructor. You should never construct a SugTypes object.

o ~SugTypes()
Empty, protected destructor. There is no neeSd for a destructor since the object can never be constructed.

oenum ElementType

o E_SVG
A svg element

o E_RECT
A rectangle element

o E_PATH
A path element

o E_POLYGON
A polygon element

o E_POLYLINE
A polyline element

o E_TEXT
A text element

o E_G
A group element

o E_SYMBOL
A symbol element

o E_DEFS
A definition element

o E_USE
A use element

oenum TransformType

o T_UNKNOWN
An unknown transform type

o T_MATRIX
A matrix type transform

o T_TRANSLATE
A translate type transform

o T_SCALE
A scale type transform

o T_ROTATE
A rotate type transform

o T_SKEWX
A skew x type transform

o 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++.