Interface IRect<T>

All Known Implementing Classes:
ExprRect, VarRect

public interface IRect<T>
  • Method Details

    • x

      T x()
    • y

      T y()
    • width

      T width()
    • height

      T height()
    • withX

      IRect<T> withX(T x)
    • withY

      IRect<T> withY(T y)
    • withWidth

      IRect<T> withWidth(T width)
    • withHeight

      IRect<T> withHeight(T height)