Class PositionImpl

  • All Implemented Interfaces:
    Position, java.io.Serializable

    public class PositionImpl
    extends java.lang.Object
    implements java.io.Serializable, Position
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PositionImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getBlueH()
      Gets the blue H.
      double getBlueW()
      Gets the blue W.
      double getBlueX()
      Gets the blue X.
      double getBlueY()
      Gets the blue Y.
      double getH()
      Gets the h.
      double getOpacity()
      Gets the opacity.
      double getW()
      Gets the w.
      double getX()
      Gets the x.
      double getY()
      Gets the y.
      void setBlueH​(double blueH)
      Sets the blue H.
      void setBlueW​(double blueW)
      Sets the blue W.
      void setBlueX​(double blueX)
      Sets the blue X.
      void setBlueY​(double blueY)
      Sets the blue Y.
      void setH​(double h)
      Sets the h.
      void setOpacity​(double opacity)
      Sets the opacity.
      void setW​(double w)
      Sets the w.
      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

      • PositionImpl

        public PositionImpl()
    • Method Detail

      • 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