Class LayoutBounds.Data
java.lang.Object
com.github.weisj.jsvg.attributes.filter.LayoutBounds.Data
- Enclosing class:
LayoutBounds
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @NotNull Rectangle2D
private final @NotNull FloatInsets
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Data
(@NotNull Rectangle2D bounds, @NotNull FloatInsets clipBoundsEscapeInsets) -
Method Summary
-
Field Details
-
bounds
-
clipBoundsEscapeInsets
-
-
Constructor Details
-
Data
private Data(@NotNull @NotNull Rectangle2D bounds, @NotNull @NotNull FloatInsets clipBoundsEscapeInsets)
-
-
Method Details