Class LayoutBounds.Data
- java.lang.Object
-
- com.github.weisj.jsvg.attributes.filter.LayoutBounds.Data
-
- Enclosing class:
- LayoutBounds
public static final class LayoutBounds.Data extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private @NotNull java.awt.geom.Rectangle2D
bounds
private @NotNull FloatInsets
clipBoundsEscapeInsets
-
Constructor Summary
Constructors Modifier Constructor Description private
Data(@NotNull java.awt.geom.Rectangle2D bounds, @NotNull FloatInsets clipBoundsEscapeInsets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.awt.geom.Rectangle2D
bounds()
@NotNull FloatInsets
clipBoundsEscapeInsets()
java.lang.String
toString()
-
-
-
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 classjava.lang.Object
-
-