public class ShapeManager
extends java.lang.Object
Constructor and Description |
---|
ShapeManager(Scene scene) |
Modifier and Type | Method and Description |
---|---|
long |
addShapes(Shape[] shapes,
ShapeInfo info,
ChangeSet changes)
Add an array of shapes.
|
void |
enableShapes(long[] shapesIDs,
boolean enable,
ChangeSet changes)
Enable/disable a group of shapes
|
void |
finalize() |
void |
removeShapes(long[] shapesIDs,
ChangeSet changes)
Remove a group of shapes named by the given ID
|
public ShapeManager(Scene scene)
public void finalize()
finalize
in class java.lang.Object
public long addShapes(Shape[] shapes, ShapeInfo info, ChangeSet changes)
public void removeShapes(long[] shapesIDs, ChangeSet changes)
public void enableShapes(long[] shapesIDs, boolean enable, ChangeSet changes)