class SugPathSegCurvetoQuadratic

The class represents the Q,q path command

Inheritance:


Public Methods

[more] SugPathSegCurvetoQuadratic ()
The class constructor
[more]SugRealType getX1 ()
Returns the x1 variable
[more]SugRealType getY1 ()
Returns the y1 variable
[more]SugRealType setX1 (SugRealType newX1)
Sets the x1 variable
[more]SugRealType setY1 (SugRealType newY1)
Sets the y1 variable
[more] ~SugPathSegCurvetoQuadratic ()
The class destructor

Protected Fields

[more]SugRealType mX1
The x1 variable
[more]SugRealType mY1
The y1 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 Q,q path command
oSugRealType mX1
The x1 variable

oSugRealType mY1
The y1 variable

oSugRealType getX1()
Returns the x1 variable

oSugRealType getY1()
Returns the y1 variable

oSugRealType setX1(SugRealType newX1)
Sets the x1 variable

oSugRealType setY1(SugRealType newY1)
Sets the y1 variable

o SugPathSegCurvetoQuadratic()
The class constructor

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