A C D G L M N P R S X Y

G

Group - class data.Group.
This class represents a group of Shapes, with the possibility to contain subgroups (which can contain subgroups and shapes, etc.).
Group(String, int, int) - Constructor for class data.Group
Constructs a new Group with the given attributes.
getControlPoint(int) - Method in class data.Curve
Returns the ControlPoint identified by P(index) as in the Bezier formula.
getCurve(int) - Method in class data.Shape
Returns the Curve at index.
getGroup(int) - Method in class data.Group
Returns the Group at index.
getMainGroup() - Method in class system.CurvedControl
Returns the main group.
getMultiplier() - Method in class data.Shape
Returns the multiplier of this Shape.
getName() - Method in class data.Group
Returns the name of this Group.
getName() - Method in class data.Shape
Returns the name of this Shape.
getNumberOfCurves() - Method in class data.Shape
Returns the number of Curves in this Shape.
getNumberOfGroups() - Method in class data.Group
Returns the number of Groups in this Group.
getNumberOfShapes() - Method in class data.Group
Returns the number of Shapes in this Group.
getShape(int) - Method in class data.Group
Returns the Shape at index.
getX() - Method in class data.ControlPoint
Returns the x coordinate of this ControlPoint.
getX() - Method in class data.Group
Returns the horizontal position of this Group.
getX() - Method in class data.Shape
Returns the horizontal position of this Shape.
getY() - Method in class data.ControlPoint
Returns the y coordinate of this ControlPoint.
getY() - Method in class data.Group
Returns the vertical position of this Group.
getY() - Method in class data.Shape
Returns the vertical position of this Shape.
grouplist - Variable in class data.Group
The List of Groups in this Group.
gui - package gui
 
gui - Variable in class system.CurvedControl
The GUI associated with this control object.

A C D G L M N P R S X Y