Uses of Class
org.apache.pivot.wtk.media.drawing.Group

Packages that use Group
org.apache.pivot.wtk.media.drawing Contains a set of primitives for constructing vector-based drawings. 
 

Uses of Group in org.apache.pivot.wtk.media.drawing
 

Subclasses of Group in org.apache.pivot.wtk.media.drawing
 class Canvas
          Shape representing the root of a shape hierarchy.
 

Methods in org.apache.pivot.wtk.media.drawing that return Group
 Group Shape.getParent()
           
 

Methods in org.apache.pivot.wtk.media.drawing with parameters of type Group
protected  void Shape.setParent(Group parent)
           
protected  void Canvas.setParent(Group parent)
           
 void GroupListener.shapeInserted(Group group, int index)
          Called when a shape has been inserted into group.
 void GroupListener.shapesRemoved(Group group, int index, int count)
          Called when shapes have been removed from a group.