public static enum Animation.Dimension extends Enum<Animation.Dimension>
Enum Constant and Description |
---|
ALTITUDE |
BORDERCOLOR |
FILLCOLOR |
LENS_MAG |
LENS_MAG_RADIUS |
LENS_RADIUS |
ORIENTATION |
PATH |
POSITION |
SIZE |
TRANSLUCENCY |
Modifier and Type | Method and Description |
---|---|
static Animation.Dimension |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Animation.Dimension[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Animation.Dimension POSITION
public static final Animation.Dimension ALTITUDE
public static final Animation.Dimension SIZE
public static final Animation.Dimension ORIENTATION
public static final Animation.Dimension BORDERCOLOR
public static final Animation.Dimension FILLCOLOR
public static final Animation.Dimension TRANSLUCENCY
public static final Animation.Dimension PATH
public static final Animation.Dimension LENS_MAG
public static final Animation.Dimension LENS_RADIUS
public static final Animation.Dimension LENS_MAG_RADIUS
public static Animation.Dimension[] values()
for (Animation.Dimension c : Animation.Dimension.values()) System.out.println(c);
public static Animation.Dimension 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 © 2000-2002 Xerox Corporation. All Rights Reserved
Copyright © 2003 World Wide Web Consortium. All Rights Reserved
Copyright © 2004-2015 INRIA. All Rights Reserved
Licensed under the GNU LGPL. For full terms see the file COPYING.