Interface Position

All Superinterfaces:
Serializable
All Known Implementing Classes:
PositionImpl

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

    Modifier and Type
    Method
    Description
    double
    Gets the blue H.
    double
    Gets the blue W.
    double
    Gets the blue X.
    double
    Gets the blue Y.
    double
    Gets the h.
    double
    Gets the opacity.
    double
    Gets the w.
    double
    Gets the x.
    double
    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 Details

    • 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