Uses of Class
com.github.weisj.jsvg.geometry.size.FloatInsets
Packages that use FloatInsets
-
Uses of FloatInsets in com.github.weisj.jsvg.attributes.filter
Fields in com.github.weisj.jsvg.attributes.filter declared as FloatInsetsModifier and TypeFieldDescriptionprivate final @NotNull FloatInsets
LayoutBounds.Data.clipBoundsEscapeInsets
Methods in com.github.weisj.jsvg.attributes.filter that return FloatInsetsModifier and TypeMethodDescription@NotNull FloatInsets
LayoutBounds.Data.clipBoundsEscapeInsets()
Constructors in com.github.weisj.jsvg.attributes.filter with parameters of type FloatInsetsModifierConstructorDescriptionprivate
Data
(@NotNull Rectangle2D bounds, @NotNull FloatInsets clipBoundsEscapeInsets) LayoutBounds
(@NotNull 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 FloatInsetsModifier and TypeMethodDescriptionstatic @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 Rectangle2D reference, @NotNull Rectangle2D bounds) Methods in com.github.weisj.jsvg.geometry.util with parameters of type FloatInsetsModifier and TypeMethodDescriptionstatic @NotNull Rectangle2D
GeometryUtil.grow
(@NotNull 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)