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

Packages that use ExtrudedShape
org.vizzini.example.qubic.ui Provides Qubic 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 ExtrudedShape in org.vizzini.example.qubic.ui
 

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

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

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

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

Subclasses of ExtrudedShape 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 ExtrudedShape in org.vizzini.ui.game.simulation
 

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

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

Subclasses of ExtrudedShape in org.vizzini.ui.graphics.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 Ellipsoid
          Shape class for an ellipsoid.
 



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