sofia.graphics.ShapeManipulating |
Methods that manipulate shapes by adding or removing them from their parent, such as a ShapeView or a CompositeShape.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
add(Shape shape)
Add a shape to the object implementing this interface.
| ||||||||||
abstract void |
clear()
Removes all shapes currently in the object implementing this interface.
| ||||||||||
abstract void |
remove(Shape shape)
Remove a shape from the object implementing this interface.
|
Add a shape to the object implementing this interface.
shape | The shape to add. |
---|
Removes all shapes currently in the object implementing this interface.
Remove a shape from the object implementing this interface.
shape | The shape to remove. |
---|