Interface Image

  • All Superinterfaces:
    java.io.Serializable, Shape
    All Known Implementing Classes:
    ImageImpl

    public interface Image
    extends Shape
    The Interface Image.
    • 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
      • getContent

        java.lang.String getContent()
        Gets the content.
        Returns:
        the content
      • setContent

        void setContent​(java.lang.String content)
        Sets the content.
        Parameters:
        content - the new content
      • getX

        double getX()
        Gets the x.
        Returns:
        the x
      • setX

        void setX​(double x)
        Sets the x.
        Parameters:
        x - the new x
      • getY

        double getY()
        Gets the y.
        Returns:
        the y
      • setY

        void setY​(double y)
        Sets the y.
        Parameters:
        y - the new y
      • setSkewRefY

        void setSkewRefY​(double skewRefY)
        Description copied from interface: Shape
        Sets the skew ref Y.
        Specified by:
        setSkewRefY in interface Shape
        Parameters:
        skewRefY - the new skew ref Y
      • getSkewRefY

        double getSkewRefY()
        Description copied from interface: Shape
        Gets the skew ref Y.
        Specified by:
        getSkewRefY in interface Shape
        Returns:
        the skew ref Y
      • setSkewRefX

        void setSkewRefX​(double skewRefX)
        Description copied from interface: Shape
        Sets the skew ref X.
        Specified by:
        setSkewRefX in interface Shape
        Parameters:
        skewRefX - the new skew ref X
      • getSkewRefX

        double getSkewRefX()
        Description copied from interface: Shape
        Gets the skew ref X.
        Specified by:
        getSkewRefX in interface Shape
        Returns:
        the skew ref X
      • setSkew

        void setSkew​(double skew)
        Description copied from interface: Shape
        Sets the skew.
        Specified by:
        setSkew in interface Shape
        Parameters:
        skew - the new skew
      • getSkew

        double getSkew()
        Description copied from interface: Shape
        Gets the skew.
        Specified by:
        getSkew in interface Shape
        Returns:
        the skew
      • setAngleRefY

        void setAngleRefY​(double angleRefY)
        Description copied from interface: Shape
        Sets the angle ref Y.
        Specified by:
        setAngleRefY in interface Shape
        Parameters:
        angleRefY - the new angle ref Y
      • getAngleRefY

        double getAngleRefY()
        Description copied from interface: Shape
        Gets the angle ref Y.
        Specified by:
        getAngleRefY in interface Shape
        Returns:
        the angle ref Y
      • setAngleRefX

        void setAngleRefX​(double angleRefX)
        Description copied from interface: Shape
        Sets the angle ref X.
        Specified by:
        setAngleRefX in interface Shape
        Parameters:
        angleRefX - the new angle ref X
      • getAngleRefX

        double getAngleRefX()
        Description copied from interface: Shape
        Gets the angle ref X.
        Specified by:
        getAngleRefX in interface Shape
        Returns:
        the angle ref X
      • setAngle

        void setAngle​(double angle)
        Description copied from interface: Shape
        Sets the angle.
        Specified by:
        setAngle in interface Shape
        Parameters:
        angle - the new angle
      • getAngle

        double getAngle()
        Description copied from interface: Shape
        Gets the angle.
        Specified by:
        getAngle in interface Shape
        Returns:
        the angle
      • setScaleY

        void setScaleY​(double scaleY)
        Description copied from interface: Shape
        Sets the scale Y.
        Specified by:
        setScaleY in interface Shape
        Parameters:
        scaleY - the new scale Y
      • getScaleY

        double getScaleY()
        Description copied from interface: Shape
        Gets the scale Y.
        Specified by:
        getScaleY in interface Shape
        Returns:
        the scale Y
      • setScaleX

        void setScaleX​(double scaleX)
        Description copied from interface: Shape
        Sets the scale X.
        Specified by:
        setScaleX in interface Shape
        Parameters:
        scaleX - the new scale X
      • getScaleX

        double getScaleX()
        Description copied from interface: Shape
        Gets the scale X.
        Specified by:
        getScaleX in interface Shape
        Returns:
        the scale X