Uses of Class
com.alee.extended.transition.effects.blocks.BlockType

Packages that use BlockType
com.alee.extended.transition   
com.alee.extended.transition.effects.blocks   
 

Uses of BlockType in com.alee.extended.transition
 

Methods in com.alee.extended.transition that return BlockType
static BlockType TransitionUtils.getActualValue(BlockType blockType)
          Returns actual block type for the specified block type.
 

Methods in com.alee.extended.transition with parameters of type BlockType
static BlockType TransitionUtils.getActualValue(BlockType blockType)
          Returns actual block type for the specified block type.
 

Uses of BlockType in com.alee.extended.transition.effects.blocks
 

Methods in com.alee.extended.transition.effects.blocks that return BlockType
 BlockType BlocksTransitionEffect.getType()
           
static BlockType BlockType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BlockType[] BlockType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.extended.transition.effects.blocks with parameters of type BlockType
 void BlocksTransitionEffect.setType(BlockType type)