Interface ShapedContainer<E>
- All Known Implementing Classes:
Anchor, ClipPath, CommonInnerViewContainer, Group, Pattern, SVG, Symbol
-
Nested Class Summary
Nested classes/interfaces inherited from interface HasShape
HasShape.Box -
Method Summary
Modifier and TypeMethodDescriptiondefault @NotNull Rectangle2DuntransformedElementBounds(@NotNull RenderContext context, HasShape.Box box) default @NotNull ShapeuntransformedElementShape(@NotNull RenderContext context, HasShape.Box box) Methods inherited from interface Container
addChild, children, childrenOfTypeMethods inherited from interface HasShape
elementBounds, elementShapeMethods inherited from interface SVGNode
addContent, build, id, tagName
-
Method Details
-
untransformedElementShape
@NotNull default @NotNull Shape untransformedElementShape(@NotNull @NotNull RenderContext context, HasShape.Box box) - Specified by:
untransformedElementShapein interfaceHasShape
-
untransformedElementBounds
@NotNull default @NotNull Rectangle2D untransformedElementBounds(@NotNull @NotNull RenderContext context, HasShape.Box box) - Specified by:
untransformedElementBoundsin interfaceHasShape
-