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
      • setPos

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

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

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