Uses of Class
com.alee.examples.groups.desktoppane.tetris.FigureType

Packages that use FigureType
com.alee.examples.groups.desktoppane.tetris   
 

Uses of FigureType in com.alee.examples.groups.desktoppane.tetris
 

Methods in com.alee.examples.groups.desktoppane.tetris that return FigureType
static FigureType FigureType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FigureType[] FigureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.alee.examples.groups.desktoppane.tetris with parameters of type FigureType
Figure(FigureType figureType)
           
Figure(FigureType figureType, Block[] blocks)