ConForM.CoopnTools.CoKer.Visual
Interface GraphicalVisualRenderableGroup

All Superinterfaces:
GraphicalVisualRenderable
All Known Subinterfaces:
GraphicalVisualContainer
All Known Implementing Classes:
GraphicalPicture

public interface GraphicalVisualRenderableGroup
extends GraphicalVisualRenderable

Graphical visual renderable group. This interface defines groups of graphical visual renderables, by extending graphical visual renderables.


Method Summary
 void addComponent(GraphicalVisualElement component)
          Add a component.
 void componentChanged(GraphicalVisualElement component)
          Notification of the modification of a component BoundingBox.
 GraphicalVisualElement[] components()
          Get the contained elements.
 void removeComponent(GraphicalVisualElement component)
          Remove a component.
 
Methods inherited from interface ConForM.CoopnTools.CoKer.Visual.GraphicalVisualRenderable
actionOnMultipleClick, boundingBox, deselect, export, paint, pointedElement, print, saveAspect, saveAspectAs, saveAspectAsPossible, saveAspectPossible, selectElement, selectInfo, selectLabel, specificPopup
 

Method Detail

addComponent

public void addComponent(GraphicalVisualElement component)
Add a component.

removeComponent

public void removeComponent(GraphicalVisualElement component)
Remove a component.

components

public GraphicalVisualElement[] components()
Get the contained elements.
Returns:
an array, possibly empty, of the contained elements. Never null.

componentChanged

public void componentChanged(GraphicalVisualElement component)
Notification of the modification of a component BoundingBox.