Interface HasShape
- All Known Subinterfaces:
ShapedContainer<E>
- All Known Implementing Classes:
AbstractPolyShape,Anchor,Circle,ClipPath,CommonInnerViewContainer,Ellipse,Group,Line,Path,Pattern,Polygon,Polyline,Rect,ShapeNode,SVG,Symbol,Text,TextPath,TextSpan,Use
public interface HasShape
-
Method Summary
Modifier and TypeMethodDescriptiondefault @NotNull Rectangle2DelementBounds(@NotNull RenderContext context) default @NotNull ShapeelementShape(@NotNull RenderContext context) @NotNull Rectangle2DuntransformedElementBounds(@NotNull RenderContext context) @NotNull ShapeuntransformedElementShape(@NotNull RenderContext context)
-
Method Details
-
elementShape
-
untransformedElementShape
-
elementBounds
-
untransformedElementBounds
-