Class Rectangle

    • Field Detail

      • x

        @PositiveOrZero
        public @PositiveOrZero Integer x
      • y

        @PositiveOrZero
        public @PositiveOrZero Integer y
      • width

        @Positive
        public @Positive Integer width
      • height

        @Positive
        public @Positive Integer height
      • isRelative

        @NotNull
        public @NotNull Boolean isRelative
    • Constructor Detail

      • Rectangle

        public Rectangle()