class SugPoint

This class represents the SVGPoint from the SVG IDL.

Public Methods

[more] SugPoint ()
The class constructor.
[more]SugRealType getX ()
Returns the x variable
[more]SugRealType getY ()
Returns the y variable
[more]SugRealType setX (SugRealType newX)
Sets the x variable
[more]SugRealType setY (SugRealType newY)
Sets the y variable
[more] ~SugPoint ()
The class destructor

Protected Fields

[more]SugRealType mX
The x location variable
[more]SugRealType mY
The y location variable


Documentation

This class represents the SVGPoint from the SVG IDL. At the moment it is only used in SugPolygon.
oSugRealType mX
The x location variable

oSugRealType mY
The y location variable

oSugRealType getX()
Returns the x variable

oSugRealType getY()
Returns the y variable

oSugRealType setX(SugRealType newX)
Sets the x variable

oSugRealType setY(SugRealType newY)
Sets the y variable

o SugPoint()
The class constructor.

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