Uses of Class
com.alee.extended.transition.effects.curtain.CurtainType

Packages that use CurtainType
com.alee.extended.transition   
com.alee.extended.transition.effects.curtain   
 

Uses of CurtainType in com.alee.extended.transition
 

Methods in com.alee.extended.transition that return CurtainType
static CurtainType TransitionUtils.getActualValue(CurtainType curtainType)
          Returns actual curtain type for the specified curtain type.
 

Methods in com.alee.extended.transition with parameters of type CurtainType
static CurtainType TransitionUtils.getActualValue(CurtainType curtainType)
          Returns actual curtain type for the specified curtain type.
 

Uses of CurtainType in com.alee.extended.transition.effects.curtain
 

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

Methods in com.alee.extended.transition.effects.curtain with parameters of type CurtainType
 void CurtainTransitionEffect.setType(CurtainType type)