|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.extended.transition.TransitionUtils
public final class TransitionUtils
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.
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 |
---|
public TransitionUtils()
Method Detail |
---|
public static Direction getActualValue(Direction direction)
direction
- direction to process
public static CurtainSlideDirection getActualValue(CurtainSlideDirection slideDirection)
slideDirection
- slide direction to process
public static BlockType getActualValue(BlockType blockType)
blockType
- block type to process
public static CurtainType getActualValue(CurtainType curtainType)
curtainType
- curtain type to process
public static SlideType getActualValue(SlideType slideType)
slideType
- slide type to process
public static ZoomType getActualValue(ZoomType zoomType)
zoomType
- zoom type to process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |