Uses of Class
org.vizzini.ui.graphics.ShapeGroup

Packages that use ShapeGroup
org.vizzini.ui.graphics Provides graphics classes for the game framework. 
org.vizzini.ui.graphics.shape Provides graphics shape classes for the game framework. 
 

Uses of ShapeGroup in org.vizzini.ui.graphics
 

Methods in org.vizzini.ui.graphics that return ShapeGroup
 ShapeGroup IShape.getChildren()
          Return the child shapes.
 

Uses of ShapeGroup in org.vizzini.ui.graphics.shape
 

Fields in org.vizzini.ui.graphics.shape declared as ShapeGroup
protected  ShapeGroup ExtrudedShape._polygons
          Shape group of generated polygons.
protected  ShapeGroup AbstractShape._shapeGroup
          Collection of child shapes to this shape.
 

Methods in org.vizzini.ui.graphics.shape that return ShapeGroup
 ShapeGroup AbstractShape.getChildren()
          Return the child shapes.
 ShapeGroup AbstractShape.getShapeGroup()
          Return the shape group.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02