class SugPathSegArc

The class represents the A,a path command

Inheritance:


Public Methods

[more] SugPathSegArc ()
The class constructor
[more]SugRealType getAngle ()
Returns the angle/x-axis-rotation variable
[more]bool getLargeArcFlag ()
Returns the large-arc flag
[more]SugRealType getR1 ()
Returns the R1/rx variable
[more]SugRealType getR2 ()
Returns the R2/ry variable
[more]bool getSweepFlag ()
Returns the sweep flag
[more]SugRealType setAngle (SugRealType newAngle)
Sets the angle/x-axis-rotation variable
[more]bool setLargeArcFlag (bool newLargeArcFlag)
Sets the large-arc flag
[more]SugRealType setR1 (SugRealType newR1)
Sets the R1/rx variable
[more]SugRealType setR2 (SugRealType newR2)
Sets the R2/ry variable
[more]bool setSweepFlag (bool newSweepFlag)
Sets the sweep flag
[more] ~SugPathSegArc ()
The class destructor

Protected Fields

[more]SugRealType mAngle
The angle or x-axis-rotation variable
[more]bool mLargeArcFlag
The large-arc flag
[more]SugRealType mR1
The R1 variable, also known as rx
[more]SugRealType mR2
The R2 variable, also known as ry
[more]bool mSweepFlag
The sweep flag


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 A,a path command
oSugRealType mR1
The R1 variable, also known as rx

oSugRealType mR2
The R2 variable, also known as ry

oSugRealType mAngle
The angle or x-axis-rotation variable

obool mLargeArcFlag
The large-arc flag

obool mSweepFlag
The sweep flag

oSugRealType getR1()
Returns the R1/rx variable

oSugRealType getR2()
Returns the R2/ry variable

oSugRealType getAngle()
Returns the angle/x-axis-rotation variable

obool getLargeArcFlag()
Returns the large-arc flag

obool getSweepFlag()
Returns the sweep flag

oSugRealType setR1(SugRealType newR1)
Sets the R1/rx variable

oSugRealType setR2(SugRealType newR2)
Sets the R2/ry variable

oSugRealType setAngle(SugRealType newAngle)
Sets the angle/x-axis-rotation variable

obool setLargeArcFlag(bool newLargeArcFlag)
Sets the large-arc flag

obool setSweepFlag(bool newSweepFlag)
Sets the sweep flag

o SugPathSegArc()
The class constructor

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