Interface Position

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    PositionImpl

    public interface Position
    extends java.io.Serializable
    The Interface Position.
    • Method Summary

      All Methods Instance Methods Abstract 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 opacitiy)
      Sets the opacity.
      void setW​(double w)
      Sets the w.
      void setX​(double x)
      Sets the x.
      void setY​(double y)
      Sets the y.
    • Method Detail

      • getX

        double getX()
        Gets the x.
        Returns:
        the x
      • setX

        void setX​(double x)
        Sets the x.
        Parameters:
        x - the new x
      • getY

        double getY()
        Gets the y.
        Returns:
        the y
      • setY

        void setY​(double y)
        Sets the y.
        Parameters:
        y - the new y
      • getW

        double getW()
        Gets the w.
        Returns:
        the w
      • setW

        void setW​(double w)
        Sets the w.
        Parameters:
        w - the new w
      • getH

        double getH()
        Gets the h.
        Returns:
        the h
      • setH

        void setH​(double h)
        Sets the h.
        Parameters:
        h - the new h
      • setOpacity

        void setOpacity​(double opacitiy)
        Sets the opacity.
        Parameters:
        opacitiy - the new opacity
      • getOpacity

        double getOpacity()
        Gets the opacity.
        Returns:
        the opacity
      • setBlueH

        void setBlueH​(double blueH)
        Sets the blue H.
        Parameters:
        blueH - the new blue H
      • getBlueH

        double getBlueH()
        Gets the blue H.
        Returns:
        the blue H
      • setBlueW

        void setBlueW​(double blueW)
        Sets the blue W.
        Parameters:
        blueW - the new blue W
      • getBlueW

        double getBlueW()
        Gets the blue W.
        Returns:
        the blue W
      • setBlueY

        void setBlueY​(double blueY)
        Sets the blue Y.
        Parameters:
        blueY - the new blue Y
      • getBlueY

        double getBlueY()
        Gets the blue Y.
        Returns:
        the blue Y
      • setBlueX

        void setBlueX​(double blueX)
        Sets the blue X.
        Parameters:
        blueX - the new blue X
      • getBlueX

        double getBlueX()
        Gets the blue X.
        Returns:
        the blue X