Uses of Class
com.alee.extended.transition.effects.Direction

Packages that use Direction
com.alee.extended.date   
com.alee.extended.transition   
com.alee.extended.transition.effects   
 

Uses of Direction in com.alee.extended.date
 

Methods in com.alee.extended.date that return Direction
protected  Direction WebCalendar.getNextDirection(boolean ltr)
          Returns next month transition direction.
protected  Direction WebCalendar.getPrevDirection(boolean ltr)
          Returns previous month transition direction.
 

Uses of Direction in com.alee.extended.transition
 

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

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

Uses of Direction in com.alee.extended.transition.effects
 

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

Methods in com.alee.extended.transition.effects with parameters of type Direction
 void DefaultTransitionEffect.setDirection(Direction direction)