Interface HeadlessLoader
- All Known Subinterfaces:
Loader, Proxy.Loader
public interface HeadlessLoader
API for accessing or loading map from given location.
- Since:
- 1.7.1
-
Method Summary
Modifier and TypeMethodDescriptiondefault MapgetMap()Deprecated.Creates and returns a map or selects and returns a previously loaded map.default Mapload()Deprecated.since 1.7.10 - usegetMindMap()newMapLocation(File file) Sets map location to given file after loading.newMapLocation(String file) Sets map location to given file after loading.Saves map after loading under new associated locationRemoves associated location after loading.
-
Method Details
-
newMapLocation
-
newMapLocation
-
unsetMapLocation
-
saveAfterLoading
-
load
Deprecated.since 1.7.10 - usegetMindMap()Creates and returns a map or selects and returns a previously loaded map.- Since:
- 1.7.5
-
getMap
Deprecated.since 1.7.10 - usegetMindMap()Creates and returns a map or selects and returns a previously loaded map.- Since:
- 1.5
-
getMindMap
-
getMindMap()