public interface MindMapRO
node.map
- read-only.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 filenname of the map as a java.io.File object if available or null otherwise.
|
java.lang.String |
getName()
returns the title of the MapView.
|
Node |
getRoot() |
Node |
getRootNode()
Deprecated.
since 1.2 - use
getRoot() instead. |
boolean |
isSaved() |
Node |
node(java.lang.String id)
get node by id.
|
Node getRoot()
Node node(java.lang.String id)
java.io.File getFile()
java.lang.String getName()
boolean isSaved()
java.awt.Color getBackgroundColor()
java.lang.String getBackgroundColorCode()