class SugPathSegCurvetoCubic

The class represents the C,c path command

Inheritance:


Public Methods

[more] SugPathSegCurvetoCubic ()
The class constructor
[more]SugRealType getX1 ()
Returns the x1 variable
[more]SugRealType getX2 ()
Returns the x2 variable
[more]SugRealType getY1 ()
Returns the y1 variable
[more]SugRealType getY2 ()
Returns the y2 variable
[more]SugRealType setX1 (SugRealType newX1)
Sets the x1 variable
[more]SugRealType setX2 (SugRealType newX2)
Sets the x2 variable
[more]SugRealType setY1 (SugRealType newY1)
Sets the y1 variable
[more]SugRealType setY2 (SugRealType newY2)
Sets the y2 variable
[more] ~SugPathSegCurvetoCubic ()
The class destructor

Protected Fields

[more]SugRealType mX1
The x1 variable
[more]SugRealType mX2
The x2 variable
[more]SugRealType mY1
The y1 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 C,c path command
oSugRealType mX1
The x1 variable

oSugRealType mY1
The y1 variable

oSugRealType mX2
The x2 variable

oSugRealType mY2
The y2 variable

oSugRealType getX1()
Returns the x1 variable

oSugRealType getY1()
Returns the y1 variable

oSugRealType getX2()
Returns the x2 variable

oSugRealType getY2()
Returns the y2 variable

oSugRealType setX1(SugRealType newX1)
Sets the x1 variable

oSugRealType setY1(SugRealType newY1)
Sets the y1 variable

oSugRealType setX2(SugRealType newX2)
Sets the x2 variable

oSugRealType setY2(SugRealType newY2)
Sets the y2 variable

o SugPathSegCurvetoCubic()
The class constructor

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