Module com.github.weisj.jsvg
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.Rectangle2Dboundsprivate @NotNull FloatInsetsclipBoundsEscapeInsets
-
Constructor Summary
Constructors Modifier Constructor Description privateData(@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.Rectangle2Dbounds()@NotNull FloatInsetsclipBoundsEscapeInsets()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-