public static enum Map.RenderType extends Enum<Map.RenderType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Map.RenderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Map.RenderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Map.RenderType Canvas
public static final Map.RenderType Dom
public static final Map.RenderType WebGl
public static Map.RenderType[] values()
for (Map.RenderType c : Map.RenderType.values()) System.out.println(c);
public static Map.RenderType 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<Map.RenderType>Copyright © 2014–2017. All rights reserved.