public static enum MdiIcon.MdiRotate extends Enum<MdiIcon.MdiRotate>
| Enum Constant and Description |
|---|
rotate135 |
rotate180 |
rotate225 |
rotate270 |
rotate315 |
rotate45 |
rotate90 |
| Modifier and Type | Method and Description |
|---|---|
String |
getStyle() |
static MdiIcon.MdiRotate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MdiIcon.MdiRotate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MdiIcon.MdiRotate rotate45
public static final MdiIcon.MdiRotate rotate90
public static final MdiIcon.MdiRotate rotate135
public static final MdiIcon.MdiRotate rotate180
public static final MdiIcon.MdiRotate rotate225
public static final MdiIcon.MdiRotate rotate270
public static final MdiIcon.MdiRotate rotate315
public static MdiIcon.MdiRotate[] values()
for (MdiIcon.MdiRotate c : MdiIcon.MdiRotate.values()) System.out.println(c);
public static MdiIcon.MdiRotate 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 getStyle()
Copyright © 2019–2022 Dominokit. All rights reserved.