Package org.freeplane.api
Interface ExternalObject
- All Superinterfaces:
- ExternalObjectRO
- All Known Subinterfaces:
- Proxy.ExternalObject
External object: 
node.externalObject - read-write.- 
Method SummaryMethods inherited from interface org.freeplane.api.ExternalObjectROgetUri, getURI, getZoom
- 
Method Details- 
setUrisetting null uri means remove external object. Starting with Freeplane 1.2.23 there is an additional setUri(Object) method that also accepts File, URI and URL arguments.- Since:
- 1.2
 
- 
setFilesetting null uri means remove external object.
- 
setZoomvoid setZoom(float zoom) set to 1.0 to set it to 100%. If the node has no object assigned this method does nothing.
- 
setURIDeprecated.since 1.2 - usesetUri(String)instead.
 
- 
setUri(String)instead.