public class ColladaMesh extends ColladaAbstractObject
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ColladaLines> |
lines |
protected java.util.List<ColladaSource> |
sources |
protected java.util.List<ColladaTriangles> |
triangles |
protected java.util.List<ColladaVertices> |
vertices |
CHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description |
|---|
ColladaMesh(java.lang.String ns) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ColladaLines> |
getLines() |
java.util.List<ColladaSource> |
getSources() |
java.util.List<ColladaTriangles> |
getTriangles() |
java.util.List<ColladaVertices> |
getVertices() |
void |
setField(java.lang.String keyName,
java.lang.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 java.util.List<ColladaLines> lines
protected java.util.List<ColladaSource> sources
protected java.util.List<ColladaTriangles> triangles
protected java.util.List<ColladaVertices> vertices
public java.util.List<ColladaLines> getLines()
public java.util.List<ColladaSource> getSources()
public java.util.List<ColladaTriangles> getTriangles()
public java.util.List<ColladaVertices> getVertices()
public void setField(java.lang.String keyName,
java.lang.Object value)
setField in class AbstractXMLEventParser