Class ContainerNode
java.lang.Object
com.github.weisj.jsvg.nodes.AbstractSVGNode
com.github.weisj.jsvg.nodes.container.BaseContainerNode<SVGNode>
com.github.weisj.jsvg.nodes.container.ContainerNode
- Direct Known Subclasses:
AbstractGradient
,ClipPath
,Defs
,FeComponentTransfer
,FeMerge
,Filter
,MeshGradient
,MeshPatch
,MeshRow
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.weisj.jsvg.nodes.container.BaseContainerNode
acceptChild, addChild, isAcceptableType
Methods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, build, id, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.github.weisj.jsvg.nodes.prototype.Container
childrenOfType
-
Field Details
-
children
-
-
Constructor Details
-
ContainerNode
public ContainerNode()
-
-
Method Details
-
doAdd
- Specified by:
doAdd
in classBaseContainerNode<SVGNode>
-
children
Description copied from interface:Container
Return all children of this container. Note that the return type of this function internationally contains a wild card to make it a compilation error trying to modify it.- Returns:
- the list of children.
-