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()
      Gets the pos.
      Returns:
      the pos
      See Also:
    • setPos

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

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

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