Modifier and Type | Method | Description |
---|---|---|
Color |
getBackgroundColor() |
|
String |
getBackgroundColorCode() |
returns HTML color spec like #ff0000 (red) or #222222 (darkgray).
|
File |
getFile() |
returns the filenname of the map as a java.io.File object if available or null otherwise.
|
String |
getName() |
returns the title of the MapView.
|
Proxy.Node |
getRoot() |
|
Proxy.Node |
getRootNode() |
Deprecated.
since 1.2 - use
getRoot() instead. |
boolean |
isSaved() |
|
Proxy.Node |
node(String id) |
get node by id.
|
Proxy.Node getRoot()
Proxy.Node getRootNode()
getRoot()
instead.Proxy.Node node(String id)
File getFile()
String getName()
boolean isSaved()
Color getBackgroundColor()
String getBackgroundColorCode()