Class MeshPatch
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 ContainerNode
children, doAddMethods inherited from class BaseContainerNode
acceptChild, addChild, isAcceptableTypeMethods inherited from class AbstractSVGNode
addContent, build, id, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Container
childrenOfType
-
Field Details
-
Constructor Details
-
MeshPatch
public MeshPatch()
-
-
Method Details
-
tagName
-
renderPath
-
renderPath
-
bilinearInterpolation
-
clampColor
private int clampColor(float v)
-