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 FloatInsetsLayoutBounds.Data. clipBoundsEscapeInsetsMethods in com.github.weisj.jsvg.attributes.filter that return FloatInsets Modifier and Type Method Description @NotNull FloatInsetsLayoutBounds.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 FloatInsetsGeometryUtil. max(@NotNull FloatInsets in1, @NotNull FloatInsets in2)static @NotNull FloatInsetsGeometryUtil. min(@NotNull FloatInsets in1, @NotNull FloatInsets in2)static @NotNull FloatInsetsGeometryUtil. 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.Rectangle2DGeometryUtil. grow(@NotNull java.awt.geom.Rectangle2D bounds, FloatInsets grow)static @NotNull FloatInsetsGeometryUtil. max(@NotNull FloatInsets in1, @NotNull FloatInsets in2)static @NotNull FloatInsetsGeometryUtil. min(@NotNull FloatInsets in1, @NotNull FloatInsets in2)
-