public abstract class ColladaAbstractObject extends AbstractXMLEventParser
CHARACTERS_CONTENT, fields, namespaceURI, parent
Modifier | Constructor and Description |
---|---|
protected |
ColladaAbstractObject(String namespaceURI)
Construct an instance.
|
Modifier and Type | Method and Description |
---|---|
Box |
getLocalExtent(ColladaTraversalContext tc)
Returns this renderable's model coordinate extent.
|
ColladaRoot |
getRoot()
Overridden to return ColladaRoot instead of a XMLEventParser.
|
allocate, doAddCharacters, doAddEventAttribute, doAddEventContent, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParent
protected ColladaAbstractObject(String namespaceURI)
namespaceURI
- the qualifying namespace URI. May be null to indicate no namespace qualification.public Box getLocalExtent(ColladaTraversalContext tc)
tc
- The traversal context to use when determining the extent.IllegalArgumentException
- if either the traversal context is null.public ColladaRoot getRoot()
getRoot
in class AbstractXMLEventParser