Interface HasGeometryContext.ByDelegate
-
- All Superinterfaces:
HasClip
,HasFilter
,HasGeometryContext
,Transformable
- All Known Implementing Classes:
AbstractPolyShape
,Anchor
,BaseInnerViewContainer
,Circle
,CommonInnerViewContainer
,CommonRenderableContainerNode
,Ellipse
,Group
,Image
,Line
,Marker
,Mask
,Path
,Pattern
,Polygon
,Polyline
,Rect
,RenderableSVGNode
,ShapeNode
,SVG
,Symbol
,Text
,Use
- Enclosing interface:
- HasGeometryContext
public static interface HasGeometryContext.ByDelegate extends HasGeometryContext
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.weisj.jsvg.nodes.prototype.HasGeometryContext
HasGeometryContext.ByDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default @Nullable ClipPath
clipPath()
default @Nullable Filter
filter()
@NotNull HasGeometryContext
geometryContextDelegate()
default @Nullable Mask
mask()
default @Nullable java.awt.geom.AffineTransform
transform()
default @NotNull java.awt.geom.Point2D
transformOrigin(@NotNull MeasureContext context)
-
Methods inherited from interface com.github.weisj.jsvg.nodes.prototype.Transformable
applyTransform, shouldTransform, transformShape
-
-
-
-
Method Detail
-
geometryContextDelegate
@NotNull @NotNull HasGeometryContext geometryContextDelegate()
-
clipPath
@Nullable default @Nullable ClipPath clipPath()
-
transform
@Nullable default @Nullable java.awt.geom.AffineTransform transform()
- Specified by:
transform
in interfaceTransformable
-
transformOrigin
@NotNull default @NotNull java.awt.geom.Point2D transformOrigin(@NotNull @NotNull MeasureContext context)
- Specified by:
transformOrigin
in interfaceTransformable
-
-