Package | Description |
---|---|
org.jdesktop.swingx.mapviewer |
Modifier and Type | Method and Description |
---|---|
Tile.Priority |
Tile.getPriority()
Gets the loading priority of this tile.
|
static Tile.Priority |
Tile.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tile.Priority[] |
Tile.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Tile.setPriority(Tile.Priority priority)
Set the loading priority of this tile.
|
Copyright © 2013. All Rights Reserved.