Class Rect


  • @JsType(isNative=true,
            namespace="<global>",
            name="Object")
    public class Rect
    extends Object
    • Field Detail

      • x

        public double x
      • y

        public double y
      • width

        public double width
      • height

        public double height
    • Constructor Detail

      • Rect

        public Rect()