Interface ImageContent

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    ImageContentImpl

    public interface ImageContent
    extends java.io.Serializable
    The Interface ImageContent.
    • Method Detail

      • getPath

        java.lang.String getPath()
        Gets the path.
        Returns:
        the path
      • setPath

        void setPath​(java.lang.String path)
        Sets the path.
        Parameters:
        path - the new path
      • setTransform

        void setTransform​(Transform transform)
        Transform Sets the transform.
        Parameters:
        transform - the new transform
        See Also:
        Transform
      • setClippings

        void setClippings​(Clippings clippings)
        Clippings Sets the clippings.
        Parameters:
        clippings - the new clippings
        See Also:
        Clippings
      • setRelativePath

        void setRelativePath​(java.lang.String relativePath)
        Sets the relative path.
        Parameters:
        relativePath - the new relative path
      • getRelativePath

        java.lang.String getRelativePath()
        Gets the relative path.
        Returns:
        the relative path
      • setEmbeddedFormat

        void setEmbeddedFormat​(java.lang.String embeddedFormat)
        Sets the embedded format.
        Parameters:
        embeddedFormat - the new embedded format
      • getEmbeddedFormat

        java.lang.String getEmbeddedFormat()
        Gets the embedded format.
        Returns:
        the embedded format
      • setEmbedded

        void setEmbedded​(java.lang.String embedded)
        Sets the embedded.
        Parameters:
        embedded - the new embedded
      • getEmbedded

        java.lang.String getEmbedded()
        Gets the embedded.
        Returns:
        the embedded