java.lang.Object
com.github.weisj.jsvg.renderer.ElementBounds
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Rectangle2D
private final RenderContext
private Rectangle2D
private final Object
private Rectangle2D
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Rectangle2D
private static @NotNull Rectangle2D
elementBounds
(@NotNull Object node, @NotNull RenderContext context, HasShape.Box box) private @NotNull Rectangle2D
filterBounds
(@NotNull HasFilter node, @NotNull RenderContext context, @NotNull Rectangle2D elementBounds) @NotNull Rectangle2D
@NotNull Rectangle2D
-
Field Details
-
node
-
context
-
boundingBox
-
strokeBox
-
geometryBox
-
-
Constructor Details
-
ElementBounds
-
-
Method Details
-
boundingBox
-
geometryBox
-
strokeBox
-
elementBounds
@NotNull private static @NotNull Rectangle2D elementBounds(@NotNull @NotNull Object node, @NotNull @NotNull RenderContext context, HasShape.Box box) -
filterBounds
@NotNull private @NotNull Rectangle2D filterBounds(@NotNull @NotNull HasFilter node, @NotNull @NotNull RenderContext context, @NotNull @NotNull Rectangle2D elementBounds)
-