Uses of Class
com.github.weisj.jsvg.nodes.Mask
-
Packages that use Mask Package Description com.github.weisj.jsvg.nodes com.github.weisj.jsvg.nodes.prototype com.github.weisj.jsvg.nodes.prototype.impl com.github.weisj.jsvg.parser com.github.weisj.jsvg.renderer -
-
Uses of Mask in com.github.weisj.jsvg.nodes
Methods in com.github.weisj.jsvg.nodes that return Mask Modifier and Type Method Description @Nullable Mask
SVG. mask()
-
Uses of Mask in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return Mask Modifier and Type Method Description @Nullable Mask
HasClip. mask()
default @Nullable Mask
HasGeometryContext.ByDelegate. mask()
-
Uses of Mask in com.github.weisj.jsvg.nodes.prototype.impl
Fields in com.github.weisj.jsvg.nodes.prototype.impl declared as Mask Modifier and Type Field Description private @Nullable Mask
HasGeometryContextImpl. mask
Methods in com.github.weisj.jsvg.nodes.prototype.impl that return Mask Modifier and Type Method Description @Nullable Mask
HasGeometryContextImpl. mask()
Constructors in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type Mask Constructor Description HasGeometryContextImpl(@Nullable java.awt.geom.AffineTransform transform, @NotNull Length transformOriginX, @NotNull Length transformOriginY, @Nullable ClipPath clipPath, @Nullable Mask mask, @Nullable Filter filter)
-
Uses of Mask in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return Mask Modifier and Type Method Description @Nullable Mask
AttributeNode. getMask()
-
Uses of Mask in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as Mask Modifier and Type Field Description @Nullable Mask
IsolationEffects. mask
Methods in com.github.weisj.jsvg.renderer that return Mask Modifier and Type Method Description private static @Nullable Mask
NodeRenderer. setupMask(HasClip renderable, ElementBounds elementBounds, Output childOutput, RenderContext childContext)
Constructors in com.github.weisj.jsvg.renderer with parameters of type Mask Constructor Description IsolationEffects(@Nullable Filter filter, @Nullable Mask mask, @Nullable ClipPath clipPath)
-