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 FloatInsetsLayoutBounds.Data.clipBoundsEscapeInsetsMethods in com.github.weisj.jsvg.attributes.filter that return FloatInsetsModifier and TypeMethodDescription@NotNull FloatInsetsLayoutBounds.Data.clipBoundsEscapeInsets()Constructors in com.github.weisj.jsvg.attributes.filter with parameters of type FloatInsetsModifierConstructorDescriptionprivateData(@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 FloatInsetsGeometryUtil.max(@NotNull FloatInsets in1, @NotNull FloatInsets in2) static @NotNull FloatInsetsGeometryUtil.min(@NotNull FloatInsets in1, @NotNull FloatInsets in2) static @NotNull FloatInsetsGeometryUtil.overhangInsets(@NotNull Rectangle2D reference, @NotNull Rectangle2D bounds) Methods in com.github.weisj.jsvg.geometry.util with parameters of type FloatInsetsModifier and TypeMethodDescriptionstatic @NotNull Rectangle2DGeometryUtil.grow(@NotNull Rectangle2D bounds, FloatInsets grow) static @NotNull FloatInsetsGeometryUtil.max(@NotNull FloatInsets in1, @NotNull FloatInsets in2) static @NotNull FloatInsetsGeometryUtil.min(@NotNull FloatInsets in1, @NotNull FloatInsets in2)