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

Field Summary
 
Fields inherited from interface jsky.graphics.CanvasFigure
DESELECTED, MOVED, RESIZED, SELECTED
 
Method Summary
 void add(CanvasFigure fig)
          Add a figure to the group.
 void remove(CanvasFigure fig)
          Remove a figure from the group.
 
Methods inherited from interface jsky.graphics.CanvasFigure
addCanvasFigureListener, addSlave, fireCanvasFigureEvent, getBounds, getBoundsWithoutLabel, getClientData, isSelected, isVisible, removeCanvasFigureListener, setClientData, setVisible
 

Method Detail

add

void add(CanvasFigure fig)
Add a figure to the group.


remove

void remove(CanvasFigure fig)
Remove a figure from the group.