Uses of Class
com.alee.extended.transition.effects.zoom.ZoomType

Packages that use ZoomType
com.alee.extended.transition   
com.alee.extended.transition.effects.zoom   
 

Uses of ZoomType in com.alee.extended.transition
 

Methods in com.alee.extended.transition that return ZoomType
static ZoomType TransitionUtils.getActualValue(ZoomType zoomType)
          Returns actual zoom type for the specified zoom type.
 

Methods in com.alee.extended.transition with parameters of type ZoomType
static ZoomType TransitionUtils.getActualValue(ZoomType zoomType)
          Returns actual zoom type for the specified zoom type.
 

Uses of ZoomType in com.alee.extended.transition.effects.zoom
 

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

Methods in com.alee.extended.transition.effects.zoom with parameters of type ZoomType
 void ZoomTransitionEffect.setType(ZoomType type)