jsky.graphics
Interface CanvasFigureGroup
- All Superinterfaces:
- CanvasFigure
- All Known Implementing Classes:
- ImageFigureGroup
public interface CanvasFigureGroup
- extends CanvasFigure
This defines an abstract interface for a group of canvas figures that should be
displayed and selected together as a unit.
- Version:
- $Revision: 1.1 $
- Author:
- Allan Brighton
Methods inherited from interface jsky.graphics.CanvasFigure |
addCanvasFigureListener, addSlave, fireCanvasFigureEvent, getBounds, getBoundsWithoutLabel, getClientData, isSelected, isVisible, removeCanvasFigureListener, setClientData, setVisible |
add
void add(CanvasFigure fig)
- Add a figure to the group.
remove
void remove(CanvasFigure fig)
- Remove a figure from the group.