java.lang.Object
com.github.weisj.jsvg.nodes.AbstractSVGNode
com.github.weisj.jsvg.nodes.container.BaseContainerNode<SVGNode>
com.github.weisj.jsvg.nodes.container.ContainerNode
com.github.weisj.jsvg.nodes.mesh.MeshPatch
@ElementCategories({})
@PermittedContent(categories=Descriptive,
anyOf=Stop.class)
public final class MeshPatch
extends ContainerNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate @NotNull ColorbilinearInterpolation(float dx, float dy) private intclampColor(float v) voidrenderPath(@NotNull Output output) private voidrenderPath(@NotNull Output output, @NotNull CoonPatch patch, float scaleX, float scaleY, int depth) @NotNull StringtagName()Methods inherited from class com.github.weisj.jsvg.nodes.container.ContainerNode
children, doAddMethods inherited from class com.github.weisj.jsvg.nodes.container.BaseContainerNode
acceptChild, addChild, isAcceptableTypeMethods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, build, id, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.weisj.jsvg.nodes.prototype.Container
childrenOfType
-
Field Details
-
Constructor Details
-
MeshPatch
public MeshPatch()
-
-
Method Details
-
tagName
-
renderPath
-
renderPath
-
bilinearInterpolation
-
clampColor
private int clampColor(float v)
-