public static enum JTransitionPanel.TransitionType extends Enum<JTransitionPanel.TransitionType>
Enum Constant and Description |
---|
FADE_IN |
FADE_OUT |
NONE |
PUSH_DOWN |
PUSH_LEFT |
PUSH_RIGHT |
PUSH_UP |
SLIDE_DOWN |
SLIDE_LEFT |
SLIDE_RIGHT |
SLIDE_UP |
ZOOM_IN |
ZOOM_OUT |
Modifier and Type | Method and Description |
---|---|
static JTransitionPanel.TransitionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JTransitionPanel.TransitionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JTransitionPanel.TransitionType PUSH_LEFT
public static final JTransitionPanel.TransitionType PUSH_RIGHT
public static final JTransitionPanel.TransitionType PUSH_UP
public static final JTransitionPanel.TransitionType PUSH_DOWN
public static final JTransitionPanel.TransitionType ZOOM_IN
public static final JTransitionPanel.TransitionType ZOOM_OUT
public static final JTransitionPanel.TransitionType SLIDE_LEFT
public static final JTransitionPanel.TransitionType SLIDE_RIGHT
public static final JTransitionPanel.TransitionType SLIDE_UP
public static final JTransitionPanel.TransitionType SLIDE_DOWN
public static final JTransitionPanel.TransitionType FADE_IN
public static final JTransitionPanel.TransitionType FADE_OUT
public static final JTransitionPanel.TransitionType NONE
public static JTransitionPanel.TransitionType[] values()
for (JTransitionPanel.TransitionType c : JTransitionPanel.TransitionType.values()) System.out.println(c);
public static JTransitionPanel.TransitionType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2011-2014 University of Toronto, Computational Biology Lab. All Rights Reserved.