class SugPathSegCurvetoCubicSmooth

The class represents the S,s path command

Inheritance:


Public Methods

[more] SugPathSegCurvetoCubicSmooth ()
The class constructor
[more]SugRealType getX2 ()
Returns the x2 variable
[more]SugRealType getY2 ()
Returns the y2 variable
[more]SugRealType setX2 (SugRealType newX2)
Sets the x2 variable
[more]SugRealType setY2 (SugRealType newY2)
Sets the y2 variable
[more] ~SugPathSegCurvetoCubicSmooth ()
The class destructor

Protected Fields

[more]SugRealType mX2
The x2 variable
[more]SugRealType mY2
The y2 variable


Inherited from SugPathSeg:

Public Methods

ounsigned short getPathSegType()
ochar* getPathSegTypeAsLetter()
oSugRealType getX()
oSugRealType getY()
ounsigned short setPathSegType(unsigned short newPathSegType)
ochar* setPathSetTypeAsLetter(char* newPathSegTypeAsLetter)
oSugRealType setX(SugRealType newX)
oSugRealType setY(SugRealType newY)

Protected Fields

ochar* mPathSegTypeAsLetter
ounsigned short mPathSetType
oSugRealType mX
oSugRealType mY


Documentation

The class represents the S,s path command
oSugRealType mX2
The x2 variable

oSugRealType mY2
The y2 variable

oSugRealType getX2()
Returns the x2 variable

oSugRealType getY2()
Returns the y2 variable

oSugRealType setX2(SugRealType newX2)
Sets the x2 variable

oSugRealType setY2(SugRealType newY2)
Sets the y2 variable

o SugPathSegCurvetoCubicSmooth()
The class constructor

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