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

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

Uses of Group in pivot.wtk.media.drawing
 

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

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

Methods in 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.