Class X11.XRectangle

  • Enclosing interface:
    X11

    @FieldOrder({"x","y","width","height"})
    public static class X11.XRectangle
    extends Structure
    • Field Detail

      • x

        public short x
      • y

        public short y
      • width

        public short width
      • height

        public short height
    • Constructor Detail

      • XRectangle

        public XRectangle()
      • XRectangle

        public XRectangle​(short x,
                          short y,
                          short width,
                          short height)