Class PositionImpl

java.lang.Object
com.priint.pubserver.metadata.xml.element.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
    • getBlueX

      public double getBlueX()
      Description copied from interface: Position
      Gets the blue X.
      Specified by:
      getBlueX in interface Position
      Returns:
      the blueX
    • setBlueX

      public void setBlueX(double blueX)
      Description copied from interface: Position
      Sets the blue X.
      Specified by:
      setBlueX in interface Position
      Parameters:
      blueX - the blueX to set
    • getBlueY

      public double getBlueY()
      Description copied from interface: Position
      Gets the blue Y.
      Specified by:
      getBlueY in interface Position
      Returns:
      the blueY
    • setBlueY

      public void setBlueY(double blueY)
      Description copied from interface: Position
      Sets the blue Y.
      Specified by:
      setBlueY in interface Position
      Parameters:
      blueY - the blueY to set
    • getBlueW

      public double getBlueW()
      Description copied from interface: Position
      Gets the blue W.
      Specified by:
      getBlueW in interface Position
      Returns:
      the blueW
    • setBlueW

      public void setBlueW(double blueW)
      Description copied from interface: Position
      Sets the blue W.
      Specified by:
      setBlueW in interface Position
      Parameters:
      blueW - the blueW to set
    • getBlueH

      public double getBlueH()
      Description copied from interface: Position
      Gets the blue H.
      Specified by:
      getBlueH in interface Position
      Returns:
      the blueH
    • setBlueH

      public void setBlueH(double blueH)
      Description copied from interface: Position
      Sets the blue H.
      Specified by:
      setBlueH in interface Position
      Parameters:
      blueH - the blueH to set
    • getOpacity

      public double getOpacity()
      Description copied from interface: Position
      Gets the opacity.
      Specified by:
      getOpacity in interface Position
      Returns:
      the opacity
    • setOpacity

      public void setOpacity(double opacity)
      Description copied from interface: Position
      Sets the opacity.
      Specified by:
      setOpacity in interface Position
      Parameters:
      opacitiy - the opacity to set