Package org.freeplane.api
Interface MindMapRO
- All Known Subinterfaces:
- Map,- MapRO,- MindMap,- Proxy.Map,- Proxy.MapRO,- Proxy.MindMap,- Proxy.MindMapRO
public interface MindMapRO
The map a node belongs to: 
node.map - read-only.- Since:
- 1.7.10
- 
Method SummaryModifier and TypeMethodDescriptionreturns HTML color spec like #ff0000 (red) or #222222 (darkgray).getFile()returns the filenname of the map as a java.io.File object if available or null otherwise.getName()returns the title of the MapView.getRoot()Deprecated.returns list with the user defined styles names of the mapbooleanisSaved()get node by id.
- 
Method Details- 
getRootNode getRoot()- Since:
- 1.2
 
- 
getRootNodeDeprecated.since 1.2 - usegetRoot()instead.
- 
nodeget node by id.- Returns:
- the node if the map contains it or null otherwise.
 
- 
getFileFile getFile()returns the filenname of the map as a java.io.File object if available or null otherwise.
- 
getNameString getName()returns the title of the MapView.- Since:
- 1.2
 
- 
isSavedboolean isSaved()- Since:
- 1.2
 
- 
getBackgroundColorColor getBackgroundColor()- Since:
- 1.2
 
- 
getBackgroundColorCodeString getBackgroundColorCode()returns HTML color spec like #ff0000 (red) or #222222 (darkgray).- Since:
- 1.2
 
- 
getConditionalStylesConditionalStyles getConditionalStyles()- Since:
- 1.11.1
 
- 
getUserDefinedStylesNamesreturns list with the user defined styles names of the map- Returns:
- list of String
- Since:
- 1.11.8
 
- 
getFollowedMapURI getFollowedMap()- Returns:
- Followed-Map URI, as saved in .mm, or nullif no mind map is followed
- Since:
- 1.11.11
 
- 
getAssociatedTemplateURI getAssociatedTemplate()- Returns:
- Associated-Template URI, as saved in .mm, or nullif no template is associated with the mind map
- Since:
- 1.11.11
 
- 
getFollowedMapFileFile getFollowedMapFile()- Returns:
- Followed-Map URI as File, with User- or Standard-Templates Directory resolved if necessary, or nullif no mind map is followed
- Since:
- 1.11.11
- See Also:
 
- 
getAssociatedTemplateFileFile getAssociatedTemplateFile()- Returns:
- Associated-Template URI as File, with User- or Standard-Templates Directory resolved if necessary, or nullif no template is associated with the mind map
- Since:
- 1.11.11
- See Also:
 
 
- 
getRoot()instead.