Class MeshRow
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.MeshRow
@ElementCategories({})
@PermittedContent(categories=Descriptive,
anyOf={MeshPatch.class,Style.class})
public final class MeshRow
extends ContainerNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
-
TAG
- See Also:
-
-
Constructor Details
-
MeshRow
public MeshRow()
-
-
Method Details
-
tagName
-