Welcome to the NetCologne GmbH open source mirroring service!
This machine mirrors various open-source projects.
20 Gbit/s uplink.
If there are any issues or you want another project mirrored, please contact
mirror-service -=AT=- netcologne DOT de !
Swarm 2.2 Reference Guide: Interface CompositeItem
swarm.gui
Interface CompositeItem
- All Known Subinterfaces:
- LinkItem, NodeItem, OvalNodeItem, RectangleNodeItem
- All Known Implementing Classes:
- LinkItemImpl, NodeItemImpl
- public interface CompositeItem
- extends CanvasAbstractItem, CanvasAbstractItemS
A CanvasItem with several pieces..
A CompositeItem is a CanvasItem that consists of several pieces. CompositeItem is an abstract superclass.
Method Summary |
void |
moveX$Y(int deltaX,
int deltaY)
Must be implemented by subclass. |
Methods inherited from interface swarm.defobj.Drop |
drop |
Methods inherited from interface swarm.defobj.DefinedObject |
compare,
describe,
describeID,
getDisplayName,
getTypeName,
getZone,
perform,
perform$with,
perform$with$with,
perform$with$with$with,
respondsTo,
setDisplayName,
xfprint,
xfprintid,
xprint,
xprintid |
moveX$Y
public void moveX$Y(int deltaX,
int deltaY)
- Must be implemented by subclass.