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

S

Shape - class data.Shape.
This class represents a shape, that consists of some amount of Curves.
Shape(String, int, int, double) - Constructor for class data.Shape
Constructs a Shape with the given attributes.
setControlPoint(int, ControlPoint) - Method in class data.Curve
Sets the ControlPoint at index (identified by P(index) as in the Bezier formula) of this Curve to the given ControlPoint.
setFilenameInTitle(String) - Method in class gui.CurvedFrame
Updates the title to contain the filename.
setMainGroup(Group) - Method in class system.CurvedControl
Sets the main group.
setX(double) - Method in class data.ControlPoint
Sets the x coordinate of this ControlPoint to x.
setY(double) - Method in class data.ControlPoint
Sets the y coordinate of this ControlPoint to y.
shapelist - Variable in class data.Group
The List of Shapes in this Group.
system - package system
 

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