swarm.gui
Interface GraphElementC

All Known Implementing Classes:
GraphElementCImpl

public interface GraphElementC
extends CreateC, CreateS, DropC, DropS

Contains a set of related data for display.. A GraphElement accumulates a related set of data for display, including attributes for the set.


Method Summary
 java.lang.Object setOwnerGraph(java.lang.Object ownerGraph)
           
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

setOwnerGraph

public java.lang.Object setOwnerGraph(java.lang.Object ownerGraph)