class
SugPathSegCurvetoCubicSmooth
The class represents the S,s path command
Inheritance:
Public Methods
SugPathSegCurvetoCubicSmooth
()
The class constructor
SugRealType
getX2
()
Returns the x2 variable
SugRealType
getY2
()
Returns the y2 variable
SugRealType
setX2
(SugRealType newX2)
Sets the x2 variable
SugRealType
setY2
(SugRealType newY2)
Sets the y2 variable
~SugPathSegCurvetoCubicSmooth
()
The class destructor
Protected Fields
SugRealType
mX2
The x2 variable
SugRealType
mY2
The y2 variable
Inherited from
SugPathSeg
:
Public Methods
unsigned short
getPathSegType
()
char*
getPathSegTypeAsLetter
()
SugRealType
getX
()
SugRealType
getY
()
unsigned short
setPathSegType
(unsigned short newPathSegType)
char*
setPathSetTypeAsLetter
(char* newPathSegTypeAsLetter)
SugRealType
setX
(SugRealType newX)
SugRealType
setY
(SugRealType newY)
Protected Fields
char*
mPathSegTypeAsLetter
unsigned short
mPathSetType
SugRealType
mX
SugRealType
mY
Documentation
The class represents the S,s path command
SugRealType mX2
The x2 variable
SugRealType mY2
The y2 variable
SugRealType getX2()
Returns the x2 variable
SugRealType getY2()
Returns the y2 variable
SugRealType setX2(SugRealType newX2)
Sets the x2 variable
SugRealType setY2(SugRealType newY2)
Sets the y2 variable
SugPathSegCurvetoCubicSmooth()
The class constructor
~SugPathSegCurvetoCubicSmooth()
The class destructor
This class has no child classes.
Alphabetic index
HTML hierarchy of classes
or
Java
This page was generated with the help of
DOC++
.