Class HasGeometryContextImpl
java.lang.Object
com.github.weisj.jsvg.nodes.prototype.impl.HasGeometryContextImpl
- All Implemented Interfaces:
HasClip,HasFilter,HasGeometryContext,Transformable
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.weisj.jsvg.nodes.prototype.HasGeometryContext
HasGeometryContext.ByDelegate -
Method Summary
Modifier and TypeMethodDescription@Nullable ClipPathclipPath()@Nullable Filterfilter()@Nullable Maskmask()static @NotNull HasGeometryContextparse(@NotNull AttributeNode attributeNode) @Nullable AffineTransform@NotNull Point2DtransformOrigin(@NotNull MeasureContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.weisj.jsvg.nodes.prototype.Transformable
applyTransform, shouldTransform, transformShape
-
Method Details
-
parse
@NotNull public static @NotNull HasGeometryContext parse(@NotNull @NotNull AttributeNode attributeNode) -
clipPath
-
mask
-
filter
-
transform
- Specified by:
transformin interfaceTransformable
-
transformOrigin
- Specified by:
transformOriginin interfaceTransformable
-