Class ImageImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ImageImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getAngle()
      Gets the angle.
      double getAngleRefX()
      Gets the angle ref X.
      double getAngleRefY()
      Gets the angle ref Y.
      java.lang.String getContent()
      Gets the content.
      java.lang.String getPath()
      Gets the path.
      double getScaleX()
      Gets the scale X.
      double getScaleY()
      Gets the scale Y.
      double getSkew()
      Gets the skew.
      double getSkewRefX()
      Gets the skew ref X.
      double getSkewRefY()
      Gets the skew ref Y.
      double getX()
      Gets the x.
      double getY()
      Gets the y.
      void setAngle​(double angle)
      Sets the angle.
      void setAngleRefX​(double angleRefX)
      Sets the angle ref X.
      void setAngleRefY​(double angleRefY)
      Sets the angle ref Y.
      void setContent​(java.lang.String content)
      Sets the content.
      void setPath​(java.lang.String path)
      Sets the path.
      void setScaleX​(double scaleX)
      Sets the scale X.
      void setScaleY​(double scaleY)
      Sets the scale Y.
      void setSkew​(double skew)
      Sets the skew.
      void setSkewRefX​(double skewRefX)
      Sets the skew ref X.
      void setSkewRefY​(double skewRefY)
      Sets the skew ref Y.
      void setX​(double x)
      Sets the x.
      void setY​(double y)
      Sets the y.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageImpl

        public ImageImpl()
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Description copied from interface: Image
        Gets the path.
        Specified by:
        getPath in interface Image
        Returns:
        the path
      • setPath

        public void setPath​(java.lang.String path)
        Description copied from interface: Image
        Sets the path.
        Specified by:
        setPath in interface Image
        Parameters:
        path - the new path
      • getContent

        public java.lang.String getContent()
        Description copied from interface: Image
        Gets the content.
        Specified by:
        getContent in interface Image
        Returns:
        the content
      • setContent

        public void setContent​(java.lang.String content)
        Description copied from interface: Image
        Sets the content.
        Specified by:
        setContent in interface Image
        Parameters:
        content - the new content
      • getX

        public double getX()
        Description copied from interface: Image
        Gets the x.
        Specified by:
        getX in interface Image
        Returns:
        the x
      • setX

        public void setX​(double x)
        Description copied from interface: Image
        Sets the x.
        Specified by:
        setX in interface Image
        Parameters:
        x - the new x
      • getY

        public double getY()
        Description copied from interface: Image
        Gets the y.
        Specified by:
        getY in interface Image
        Returns:
        the y
      • setY

        public void setY​(double y)
        Description copied from interface: Image
        Sets the y.
        Specified by:
        setY in interface Image
        Parameters:
        y - the new y
      • setScaleX

        public void setScaleX​(double scaleX)
        Description copied from interface: Shape
        Sets the scale X.
        Specified by:
        setScaleX in interface Image
        Specified by:
        setScaleX in interface Shape
        Overrides:
        setScaleX in class ShapeImpl
        Parameters:
        scaleX - the scaleX to set
      • setScaleY

        public void setScaleY​(double scaleY)
        Description copied from interface: Shape
        Sets the scale Y.
        Specified by:
        setScaleY in interface Image
        Specified by:
        setScaleY in interface Shape
        Overrides:
        setScaleY in class ShapeImpl
        Parameters:
        scaleY - the scaleY to set
      • getAngle

        public double getAngle()
        Description copied from interface: Shape
        Gets the angle.
        Specified by:
        getAngle in interface Image
        Specified by:
        getAngle in interface Shape
        Overrides:
        getAngle in class ShapeImpl
        Returns:
        the angle
      • setAngle

        public void setAngle​(double angle)
        Description copied from interface: Shape
        Sets the angle.
        Specified by:
        setAngle in interface Image
        Specified by:
        setAngle in interface Shape
        Overrides:
        setAngle in class ShapeImpl
        Parameters:
        angle - the angle to set
      • setAngleRefX

        public void setAngleRefX​(double angleRefX)
        Description copied from interface: Shape
        Sets the angle ref X.
        Specified by:
        setAngleRefX in interface Image
        Specified by:
        setAngleRefX in interface Shape
        Overrides:
        setAngleRefX in class ShapeImpl
        Parameters:
        angleRefX - the angleRefX to set
      • setAngleRefY

        public void setAngleRefY​(double angleRefY)
        Description copied from interface: Shape
        Sets the angle ref Y.
        Specified by:
        setAngleRefY in interface Image
        Specified by:
        setAngleRefY in interface Shape
        Overrides:
        setAngleRefY in class ShapeImpl
        Parameters:
        angleRefY - the angleRefY to set
      • getSkew

        public double getSkew()
        Description copied from interface: Shape
        Gets the skew.
        Specified by:
        getSkew in interface Image
        Specified by:
        getSkew in interface Shape
        Overrides:
        getSkew in class ShapeImpl
        Returns:
        the skew
      • setSkew

        public void setSkew​(double skew)
        Description copied from interface: Shape
        Sets the skew.
        Specified by:
        setSkew in interface Image
        Specified by:
        setSkew in interface Shape
        Overrides:
        setSkew in class ShapeImpl
        Parameters:
        skew - the skew to set
      • setSkewRefX

        public void setSkewRefX​(double skewRefX)
        Description copied from interface: Shape
        Sets the skew ref X.
        Specified by:
        setSkewRefX in interface Image
        Specified by:
        setSkewRefX in interface Shape
        Overrides:
        setSkewRefX in class ShapeImpl
        Parameters:
        skewRefX - the skewRefX to set
      • setSkewRefY

        public void setSkewRefY​(double skewRefY)
        Description copied from interface: Shape
        Sets the skew ref Y.
        Specified by:
        setSkewRefY in interface Image
        Specified by:
        setSkewRefY in interface Shape
        Overrides:
        setSkewRefY in class ShapeImpl
        Parameters:
        skewRefY - the skewRefY to set