public enum NinePatchIntervalType extends java.lang.Enum<NinePatchIntervalType>
| Enum Constant and Description |
|---|
horizontalContent |
horizontalStretch |
verticalContent |
verticalStretch |
| Modifier and Type | Method and Description |
|---|---|
static NinePatchIntervalType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NinePatchIntervalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NinePatchIntervalType horizontalStretch
public static final NinePatchIntervalType verticalStretch
public static final NinePatchIntervalType horizontalContent
public static final NinePatchIntervalType verticalContent
public static NinePatchIntervalType[] values()
for (NinePatchIntervalType c : NinePatchIntervalType.values()) System.out.println(c);
public static NinePatchIntervalType 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