Class LayoutBounds.Data

java.lang.Object
com.github.weisj.jsvg.attributes.filter.LayoutBounds.Data
Enclosing class:
LayoutBounds

public static final class LayoutBounds.Data extends Object
  • Field Details

    • bounds

      @NotNull private final @NotNull Rectangle2D bounds
    • clipBoundsEscapeInsets

      @NotNull private final @NotNull FloatInsets clipBoundsEscapeInsets
  • Constructor Details

    • Data

      private Data(@NotNull @NotNull Rectangle2D bounds, @NotNull @NotNull FloatInsets clipBoundsEscapeInsets)
  • Method Details

    • clipBoundsEscapeInsets

      @NotNull public @NotNull FloatInsets clipBoundsEscapeInsets()
    • bounds

      @NotNull public @NotNull Rectangle2D bounds()
    • toString

      public String toString()
      Overrides:
      toString in class Object