Class ImageImpl

java.lang.Object
com.priint.pubserver.metadata.xml.note.ShapeImpl
com.priint.pubserver.metadata.xml.note.ImageImpl
All Implemented Interfaces:
Image, Shape, Serializable

public class ImageImpl extends ShapeImpl implements Image
The type Image.
See Also:
  • Constructor Details

    • ImageImpl

      public ImageImpl()
  • Method Details

    • getPath

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

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

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

      public void setContent(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
    • getScaleX

      public double getScaleX()
      Description copied from interface: Shape
      Gets the scale X.
      Specified by:
      getScaleX in interface Image
      Specified by:
      getScaleX in interface Shape
      Overrides:
      getScaleX in class ShapeImpl
      Returns:
      the scaleX
    • 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
    • getScaleY

      public double getScaleY()
      Description copied from interface: Shape
      Gets the scale Y.
      Specified by:
      getScaleY in interface Image
      Specified by:
      getScaleY in interface Shape
      Overrides:
      getScaleY in class ShapeImpl
      Returns:
      the scaleY
    • 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
    • getAngleRefX

      public double getAngleRefX()
      Description copied from interface: Shape
      Gets the angle ref X.
      Specified by:
      getAngleRefX in interface Image
      Specified by:
      getAngleRefX in interface Shape
      Overrides:
      getAngleRefX in class ShapeImpl
      Returns:
      the angleRefX
    • 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
    • getAngleRefY

      public double getAngleRefY()
      Description copied from interface: Shape
      Gets the angle ref Y.
      Specified by:
      getAngleRefY in interface Image
      Specified by:
      getAngleRefY in interface Shape
      Overrides:
      getAngleRefY in class ShapeImpl
      Returns:
      the angleRefY
    • 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
    • getSkewRefX

      public double getSkewRefX()
      Description copied from interface: Shape
      Gets the skew ref X.
      Specified by:
      getSkewRefX in interface Image
      Specified by:
      getSkewRefX in interface Shape
      Overrides:
      getSkewRefX in class ShapeImpl
      Returns:
      the skewRefX
    • 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
    • getSkewRefY

      public double getSkewRefY()
      Description copied from interface: Shape
      Gets the skew ref Y.
      Specified by:
      getSkewRefY in interface Image
      Specified by:
      getSkewRefY in interface Shape
      Overrides:
      getSkewRefY in class ShapeImpl
      Returns:
      the skewRefY
    • 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