| SugPathSeg ()
The class constructor
|
unsigned short | getPathSegType ()
Returns the path segment type.
|
char* | getPathSegTypeAsLetter ()
This is from the SVG IDL and is currently unused
|
SugRealType | getX ()
Returns the x component
|
SugRealType | getY ()
Returns the y component
|
unsigned short | setPathSegType (unsigned short newPathSegType)
Sets the path segment type
|
char* | setPathSetTypeAsLetter (char* newPathSegTypeAsLetter)
Sets the path segment type as letter member, currently unused
|
SugRealType | setX (SugRealType newX)
Sets the x component
|
SugRealType | setY (SugRealType newY)
Sets the y component
|
| ~SugPathSeg ()
The class destructor
|