Interface ImageContent

All Superinterfaces:
Serializable
All Known Implementing Classes:
ImageContentImpl

public interface ImageContent extends Serializable
The Interface ImageContent.
  • Method Details

    • getPath

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

      void setPath(String path)
      Sets the path.
      Parameters:
      path - the new path
    • getPos

      Position getPos()
      Position Gets the pos.
      Returns:
      the pos
      See Also:
    • setPos

      void setPos(Position pos)
      Position Sets the pos.
      Parameters:
      pos - the new pos
      See Also:
    • getTransform

      Transform getTransform()
      Transform Gets the transform.
      Returns:
      the transform
      See Also:
    • setTransform

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

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

      Clippings getClippings()
      Clippings Gets the clippings.
      Returns:
      the clippings
      See Also:
    • setRelativePath

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

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

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

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

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

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