Interface ShapedContainer<E>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.weisj.jsvg.nodes.prototype.HasShape
HasShape.Box
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default @NotNull java.awt.geom.Rectangle2D
untransformedElementBounds(@NotNull RenderContext context, HasShape.Box box)
default @NotNull java.awt.Shape
untransformedElementShape(@NotNull RenderContext context)
-
Methods inherited from interface com.github.weisj.jsvg.nodes.prototype.Container
addChild, children, childrenOfType
-
Methods inherited from interface com.github.weisj.jsvg.nodes.prototype.HasShape
elementBounds, elementShape
-
-
-
-
Method Detail
-
untransformedElementShape
@NotNull default @NotNull java.awt.Shape untransformedElementShape(@NotNull @NotNull RenderContext context)
- Specified by:
untransformedElementShape
in interfaceHasShape
-
untransformedElementBounds
@NotNull default @NotNull java.awt.geom.Rectangle2D untransformedElementBounds(@NotNull @NotNull RenderContext context, HasShape.Box box)
- Specified by:
untransformedElementBounds
in interfaceHasShape
-
-