Class LayoutBounds.Data

  • Enclosing class:
    LayoutBounds

    public static final class LayoutBounds.Data
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Data​(@NotNull java.awt.geom.Rectangle2D bounds, @NotNull FloatInsets clipBoundsEscapeInsets)  
    • Field Detail

      • bounds

        @NotNull
        private final @NotNull java.awt.geom.Rectangle2D bounds
      • clipBoundsEscapeInsets

        @NotNull
        private final @NotNull FloatInsets clipBoundsEscapeInsets
    • Constructor Detail

      • Data

        private Data​(@NotNull
                     @NotNull java.awt.geom.Rectangle2D bounds,
                     @NotNull
                     @NotNull FloatInsets clipBoundsEscapeInsets)
    • Method Detail

      • clipBoundsEscapeInsets

        @NotNull
        public @NotNull FloatInsets clipBoundsEscapeInsets()
      • bounds

        @NotNull
        public @NotNull java.awt.geom.Rectangle2D bounds()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object