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 h.
    double
    Gets the w.
    double
    Gets the x.
    double
    Gets the y.
    void
    setH(double h)
    Sets the h.
    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