public static enum JXMapKit.DefaultProviders extends Enum<JXMapKit.DefaultProviders>
| Enum Constant and Description |
|---|
Custom |
OpenStreetMaps |
SwingLabsBlueMarble |
| Modifier and Type | Method and Description |
|---|---|
static JXMapKit.DefaultProviders |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JXMapKit.DefaultProviders[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JXMapKit.DefaultProviders SwingLabsBlueMarble
public static final JXMapKit.DefaultProviders OpenStreetMaps
public static final JXMapKit.DefaultProviders Custom
public static JXMapKit.DefaultProviders[] values()
for (JXMapKit.DefaultProviders c : JXMapKit.DefaultProviders.values()) System.out.println(c);
public static JXMapKit.DefaultProviders 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 © 2014. All Rights Reserved.