Uses of Class
com.github.weisj.jsvg.geometry.size.FloatInsets
-
Packages that use FloatInsets Package Description com.github.weisj.jsvg.attributes.filter com.github.weisj.jsvg.geometry.util -
-
Uses of FloatInsets in com.github.weisj.jsvg.attributes.filter
Fields in com.github.weisj.jsvg.attributes.filter declared as FloatInsets Modifier and Type Field Description private @NotNull FloatInsets
LayoutBounds.Data. clipBoundsEscapeInsets
Methods in com.github.weisj.jsvg.attributes.filter that return FloatInsets Modifier and Type Method Description @NotNull FloatInsets
LayoutBounds.Data. clipBoundsEscapeInsets()
Constructors in com.github.weisj.jsvg.attributes.filter with parameters of type FloatInsets Constructor Description Data(@NotNull java.awt.geom.Rectangle2D bounds, @NotNull FloatInsets clipBoundsEscapeInsets)
LayoutBounds(@NotNull java.awt.geom.Rectangle2D bounds, @NotNull FloatInsets clipBoundsEscapeInsets)
-
Uses of FloatInsets in com.github.weisj.jsvg.geometry.util
Methods in com.github.weisj.jsvg.geometry.util that return FloatInsets Modifier and Type Method Description static @NotNull FloatInsets
GeometryUtil. max(@NotNull FloatInsets in1, @NotNull FloatInsets in2)
static @NotNull FloatInsets
GeometryUtil. min(@NotNull FloatInsets in1, @NotNull FloatInsets in2)
static @NotNull FloatInsets
GeometryUtil. overhangInsets(@NotNull java.awt.geom.Rectangle2D reference, @NotNull java.awt.geom.Rectangle2D bounds)
Methods in com.github.weisj.jsvg.geometry.util with parameters of type FloatInsets Modifier and Type Method Description static @NotNull java.awt.geom.Rectangle2D
GeometryUtil. grow(@NotNull java.awt.geom.Rectangle2D bounds, FloatInsets grow)
static @NotNull FloatInsets
GeometryUtil. max(@NotNull FloatInsets in1, @NotNull FloatInsets in2)
static @NotNull FloatInsets
GeometryUtil. min(@NotNull FloatInsets in1, @NotNull FloatInsets in2)
-