TimedElementNode
ModelNodes
Builds a new time container child of the DocumentNode root time container.paramownerDocument the document this node belongs to.throwsIllegalArgumentException if the input ownerDocument is null super(ownerDocument, new TimeContainerSupport(), SVGConstants.SVG_PAR_TAG); timeContainerSupport = (TimeContainerSupport) timedElementSupport;
DocumentNode
super(ownerDocument, new TimeContainerSupport(), SVGConstants.SVG_PAR_TAG); timeContainerSupport = (TimeContainerSupport) timedElementSupport;
Used by DocumentNode to create a new instance from a prototype TimeContainerNode.paramdoc the DocumentNode for which a new node is should be created.returna new TimeContainerNode for the requested document. return new TimeContainerNode(doc);
TimeContainerNode
return new TimeContainerNode(doc);