public enum ResourceResizeMethod extends java.lang.Enum<ResourceResizeMethod>
Resource
view.Enum Constant and Description |
---|
DurationBounds
The items are resized by pointing near the ends of the
bounding rectangle of the bands showing their duration.
|
ItemBounds
The items are resized by pointing near the ends of their bounding rectangle.
|
Modifier and Type | Method and Description |
---|---|
static ResourceResizeMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceResizeMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceResizeMethod ItemBounds
public static final ResourceResizeMethod DurationBounds
public static ResourceResizeMethod[] values()
for (ResourceResizeMethod c : ResourceResizeMethod.values()) System.out.println(c);
public static ResourceResizeMethod valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null