Uses of Class
org.vizzini.ui.graphics.shape.AbstractShape

Packages that use AbstractShape
org.vizzini.example.qubic.ui Provides Qubic user interface classes for the game framework. 
org.vizzini.ui.game.boardgame Provides board game user interface classes for the game framework. 
org.vizzini.ui.game.boardgame.chess Provides user interface classes for 3D chess for the game framework. 
org.vizzini.ui.game.boardgame.chess.standardtoken Provides standard token user interface classes for the 3D chess framework. 
org.vizzini.ui.game.simulation Provides simulation user interface classes for the game framework. 
org.vizzini.ui.graphics.shape Provides graphics shape classes for the game framework. 
 

Uses of AbstractShape in org.vizzini.example.qubic.ui
 

Subclasses of AbstractShape in org.vizzini.example.qubic.ui
 class BoxTokenUI
          Provides functionality for a Qubic box token user interface in the game framework.
 class ConeTokenUI
          Provides functionality for a Qubic cone token user interface in the game framework.
 

Uses of AbstractShape in org.vizzini.ui.game.boardgame
 

Subclasses of AbstractShape in org.vizzini.ui.game.boardgame
 class BoardShape
          Provides a board for 3D games.
 

Uses of AbstractShape in org.vizzini.ui.game.boardgame.chess
 

Subclasses of AbstractShape in org.vizzini.ui.game.boardgame.chess
 class PieceShape
          Provides a base shape class for 3D game pieces.
 

Uses of AbstractShape in org.vizzini.ui.game.boardgame.chess.standardtoken
 

Subclasses of AbstractShape in org.vizzini.ui.game.boardgame.chess.standardtoken
 class BishopShape
          Provides a shape class for a chess Bishop.
 class KingShape
          Provides a shape class for a chess King.
 class KnightShape
          Provides a shape class for a chess Knight.
 class MaceShape
          Provides a shape class for a chess Mace.
 class PawnShape
          Provides a shape class for a chess Pawn.
 class QueenShape
          Provides a shape class for a chess Queen.
 class RookShape
          Provides a shape class for a chess Rook.
 

Uses of AbstractShape in org.vizzini.ui.game.simulation
 

Subclasses of AbstractShape in org.vizzini.ui.game.simulation
 class EllipsoidTokenUI
          Provides an ellipsoid token user interface.
 

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

Subclasses of AbstractShape in org.vizzini.ui.graphics.shape
 class AnchorShape
          Provides a 3D shape that contains other shapes, but has no points itself.
 class Box
          Provides a box shape.
 class BoxExtruded
          Provides a box shape using the extruded shape superclass.
 class Cone
          Shape class for a simple cone.
 class Cylinder
          Shape class for a simple cylinder.
 class Ellipse
          Provides an ellipse shape.
 class Ellipsoid
          Shape class for an ellipsoid.
 class ExtrudedShape
          Provides a shape model for an extruded shape.
 class PolygonShape
          Provides a polygon shape for the 3D graphics system.
 



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