public class ColladaMesh extends ColladaAbstractObject
| Modifier and Type | Field and Description |
|---|---|
protected List<ColladaLines> |
lines |
protected List<ColladaSource> |
sources |
protected List<ColladaTriangles> |
triangles |
protected List<ColladaVertices> |
vertices |
CHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description |
|---|
ColladaMesh(String ns) |
| Modifier and Type | Method and Description |
|---|---|
List<ColladaLines> |
getLines() |
List<ColladaSource> |
getSources() |
List<ColladaTriangles> |
getTriangles() |
List<ColladaVertices> |
getVertices() |
void |
setField(String keyName,
Object value) |
getLocalExtent, getRootallocate, doAddCharacters, doAddEventAttribute, doAddEventContent, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setFields, setNamespaceURI, setParentprotected List<ColladaLines> lines
protected List<ColladaSource> sources
protected List<ColladaTriangles> triangles
protected List<ColladaVertices> vertices
public ColladaMesh(String ns)
public List<ColladaLines> getLines()
public List<ColladaSource> getSources()
public List<ColladaTriangles> getTriangles()
public List<ColladaVertices> getVertices()
public void setField(String keyName, Object value)
setField in class AbstractXMLEventParser