Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getBackgroundColor() |
java.lang.String |
getBackgroundColorCode()
returns HTML color spec like #ff0000 (red) or #222222 (darkgray).
|
java.io.File |
getFile()
returns the physical location of the map if available or null otherwise.
|
java.lang.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(java.lang.String id)
returns the node if the map contains it or null otherwise.
|
Proxy.Node getRoot()
Proxy.Node getRootNode()
getRoot()
instead.Proxy.Node node(java.lang.String id)
java.io.File getFile()
java.lang.String getName()
boolean isSaved()
java.awt.Color getBackgroundColor()
java.lang.String getBackgroundColorCode()