public static enum PresentationEffectAttribute.Value extends Enum<PresentationEffectAttribute.Value>
Enum Constant and Description |
---|
APPEAR |
CHECKERBOARD |
CLOSE |
DISSOLVE |
FADE |
HIDE |
LASER |
LINES |
MOVE |
MOVE_SHORT |
NONE |
OPEN |
RANDOM |
ROTATE |
STRETCH |
STRIPES |
WAVYLINE |
Modifier and Type | Method and Description |
---|---|
static PresentationEffectAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static PresentationEffectAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresentationEffectAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresentationEffectAttribute.Value APPEAR
public static final PresentationEffectAttribute.Value CHECKERBOARD
public static final PresentationEffectAttribute.Value CLOSE
public static final PresentationEffectAttribute.Value DISSOLVE
public static final PresentationEffectAttribute.Value FADE
public static final PresentationEffectAttribute.Value HIDE
public static final PresentationEffectAttribute.Value LASER
public static final PresentationEffectAttribute.Value LINES
public static final PresentationEffectAttribute.Value MOVE
public static final PresentationEffectAttribute.Value MOVE_SHORT
public static final PresentationEffectAttribute.Value NONE
public static final PresentationEffectAttribute.Value OPEN
public static final PresentationEffectAttribute.Value RANDOM
public static final PresentationEffectAttribute.Value ROTATE
public static final PresentationEffectAttribute.Value STRETCH
public static final PresentationEffectAttribute.Value STRIPES
public static final PresentationEffectAttribute.Value WAVYLINE
public static PresentationEffectAttribute.Value[] values()
for (PresentationEffectAttribute.Value c : PresentationEffectAttribute.Value.values()) System.out.println(c);
public static PresentationEffectAttribute.Value 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 nullpublic String toString()
toString
in class Enum<PresentationEffectAttribute.Value>
public static PresentationEffectAttribute.Value enumValueOf(String value)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.