- actionPerformed(ActionEvent) - Method in class plugins.big.shapedesigner.gui.PlugInFrame
-
Handles the actions created by the menu bar.
- actionPerformed(ActionEvent) - Method in class plugins.big.shapedesigner.ShapeDesigner
-
- activateSplineCurve() - Method in class plugins.big.shapedesigner.keeper.SplineCurveKeeper
-
- activateSplineCurve(SplineCurveKeeper) - Method in class plugins.big.shapedesigner.ShapeDesigner
-
Makes a particular spline curve active and responsive to interactions.
- activateSplineCurveKeeper(SplineCurveKeeper) - Method in class plugins.big.shapedesigner.keeper.KeepersList
-
If the SplineCurveKeeper
passed as a parameter is in the
list, it becomes activated and the method returns true
.
- activateSplineCurveKeeper(int) - Method in class plugins.big.shapedesigner.keeper.KeepersList
-
Activates the i-th SplineCurveKeeper
form the internal list.
- activeViewerChanged(ViewerEvent) - Method in class plugins.big.shapedesigner.ShapeDesigner
-
- addAndActivateKeeper(SplineCurveKeeper) - Method in class plugins.big.shapedesigner.keeper.KeepersList
-
Adds a SplineCurveKeeper
at the end of the list, and sets it
to selected.