com.alee.extended.transition
Class TransitionUtils

java.lang.Object
  extended by com.alee.extended.transition.TransitionUtils

public final class TransitionUtils
extends java.lang.Object

This class provides a set of utilities for transition components. This is a library utility class and its not intended for use outside of transition components.

Author:
Mikle Garin

Constructor Summary
TransitionUtils()
           
 
Method Summary
static BlockType getActualValue(BlockType blockType)
          Returns actual block type for the specified block type.
static CurtainSlideDirection getActualValue(CurtainSlideDirection slideDirection)
          Returns actual slide direction for the specified slide direction type.
static CurtainType getActualValue(CurtainType curtainType)
          Returns actual curtain type for the specified curtain type.
static Direction getActualValue(Direction direction)
          Returns actual direction for the specified direction type.
static SlideType getActualValue(SlideType slideType)
          Returns actual slide type for the specified slide type.
static ZoomType getActualValue(ZoomType zoomType)
          Returns actual zoom type for the specified zoom type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransitionUtils

public TransitionUtils()
Method Detail

getActualValue

public static Direction getActualValue(Direction direction)
Returns actual direction for the specified direction type.

Parameters:
direction - direction to process
Returns:
actual direction for the specified direction type

getActualValue

public static CurtainSlideDirection getActualValue(CurtainSlideDirection slideDirection)
Returns actual slide direction for the specified slide direction type.

Parameters:
slideDirection - slide direction to process
Returns:
actual slide direction for the specified slide direction type

getActualValue

public static BlockType getActualValue(BlockType blockType)
Returns actual block type for the specified block type.

Parameters:
blockType - block type to process
Returns:
actual block type for the specified block type

getActualValue

public static CurtainType getActualValue(CurtainType curtainType)
Returns actual curtain type for the specified curtain type.

Parameters:
curtainType - curtain type to process
Returns:
actual curtain type for the specified curtain type

getActualValue

public static SlideType getActualValue(SlideType slideType)
Returns actual slide type for the specified slide type.

Parameters:
slideType - slide type to process
Returns:
actual slide type for the specified slide type

getActualValue

public static ZoomType getActualValue(ZoomType zoomType)
Returns actual zoom type for the specified zoom type.

Parameters:
zoomType - zoom type to process
Returns:
actual zoom type for the specified zoom type