Interface ExternalObject

    • Method Detail

      • setUri

        void setUri​(java.lang.String target)
        setting 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
      • setFile

        void setFile​(java.io.File target)
        setting null uri means remove external object.
      • setZoom

        void setZoom​(float zoom)
        set to 1.0 to set it to 100%. If the node has no object assigned this method does nothing.
      • setURI

        @Deprecated
        void setURI​(java.lang.String uri)
        Deprecated.
        since 1.2 - use setUri(String) instead.