public interface HeadlessLoader
Modifier and Type | Method and Description |
---|---|
default Map |
getMap()
Deprecated.
since 1.7.10 - use
getMindMap() |
MindMap |
getMindMap()
Creates and returns a map or selects and returns a previously loaded map.
|
default Map |
load()
Deprecated.
since 1.7.10 - use
getMindMap() |
Loader |
newMapLocation(java.io.File file)
Sets map location to given file after loading.
|
Loader |
newMapLocation(java.lang.String file)
Sets map location to given file after loading.
|
Loader |
saveAfterLoading()
Saves map after loading under new associated location
|
Loader |
unsetMapLocation()
Removes associated location after loading.
|
Loader newMapLocation(java.io.File file)
Loader newMapLocation(java.lang.String file)
Loader unsetMapLocation()
Loader saveAfterLoading()
@Deprecated default Map load()
getMindMap()
@Deprecated default Map getMap()
getMindMap()