public static enum FontAwesomeIconTypeBuilder.Rotation extends Enum<FontAwesomeIconTypeBuilder.Rotation>
Rotation that can be done on an icon.
| Enum Constant and Description |
|---|
flip_horizontal |
flip_vertical |
normal |
rotate_180 |
rotate_270 |
rotate_90 |
| Modifier and Type | Method and Description |
|---|---|
static FontAwesomeIconTypeBuilder.Rotation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontAwesomeIconTypeBuilder.Rotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontAwesomeIconTypeBuilder.Rotation flip_horizontal
public static final FontAwesomeIconTypeBuilder.Rotation flip_vertical
public static final FontAwesomeIconTypeBuilder.Rotation normal
public static final FontAwesomeIconTypeBuilder.Rotation rotate_180
public static final FontAwesomeIconTypeBuilder.Rotation rotate_270
public static final FontAwesomeIconTypeBuilder.Rotation rotate_90
public static FontAwesomeIconTypeBuilder.Rotation[] values()
for (FontAwesomeIconTypeBuilder.Rotation c : FontAwesomeIconTypeBuilder.Rotation.values()) System.out.println(c);
public static FontAwesomeIconTypeBuilder.Rotation 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 AgileCoders. All rights reserved.