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