Class PositionImpl

java.lang.Object
com.priint.pubserver.metadata.xml.placeholder.PositionImpl
All Implemented Interfaces:
Position, Serializable

public class PositionImpl extends Object implements Serializable, Position
See Also:
  • Constructor Details

    • PositionImpl

      public PositionImpl()
  • Method Details

    • getX

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

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

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

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

      public double getW()
      Description copied from interface: Position
      Gets the w.
      Specified by:
      getW in interface Position
      Returns:
      the w
    • setW

      public void setW(double w)
      Description copied from interface: Position
      Sets the w.
      Specified by:
      setW in interface Position
      Parameters:
      w - the new w
    • getH

      public double getH()
      Description copied from interface: Position
      Gets the h.
      Specified by:
      getH in interface Position
      Returns:
      the h
    • setH

      public void setH(double h)
      Description copied from interface: Position
      Sets the h.
      Specified by:
      setH in interface Position
      Parameters:
      h - the new h