public static enum Styler.VisibilityType extends Enum<Styler.VisibilityType>
| Enum Constant and Description |
|---|
OFF
Visibility is off.
|
ON
Visibility is on.
|
SIMPLIFIED
Removes some style features from the affected features; roads, for example, are
simplified into thinner lines without outlines, while parks lose their label text but
retain the label icon.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Styler.VisibilityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Styler.VisibilityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Styler.VisibilityType ON
public static final Styler.VisibilityType OFF
public static final Styler.VisibilityType SIMPLIFIED
public static Styler.VisibilityType[] values()
for (Styler.VisibilityType c : Styler.VisibilityType.values()) System.out.println(c);
public static Styler.VisibilityType 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 toString()
toString in class Enum<Styler.VisibilityType>Copyright © 2018 Fujion Framework. All rights reserved.