|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectcolladaLoader.xmlMapping.Geometry
class Geometry
Lucerne University of Applied Sciences and Arts http://www.hslu.ch
This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author
this class maps the Geometry -tag
Field Summary | |
---|---|
private java.lang.String |
ID
|
private java.util.HashSet<Lines> |
linesSet
|
private java.util.HashSet<Triangles> |
trianglesSet
|
Constructor Summary | |
---|---|
Geometry(processing.xml.XMLElement geometry)
|
Method Summary | |
---|---|
(package private) void |
bindMaterials(Library_Materials matlib,
java.util.HashMap<java.lang.String,java.lang.String> bindmap)
sets all to the Lines and Triangles its materials |
(package private) java.lang.String |
getID()
|
(package private) java.util.HashSet<Lines> |
getLines()
returns if any lines found in xml-File, null if not |
(package private) java.util.HashSet<Triangles> |
getTriangles()
returns if any triangles found in xml-File, null if not |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.String ID
private java.util.HashSet<Triangles> trianglesSet
private java.util.HashSet<Lines> linesSet
Constructor Detail |
---|
Geometry(processing.xml.XMLElement geometry)
Method Detail |
---|
void bindMaterials(Library_Materials matlib, java.util.HashMap<java.lang.String,java.lang.String> bindmap)
matlib
- bindmap
- in the format Hashmap<materialSymbol, materialID>java.lang.String getID()
java.util.HashSet<Triangles> getTriangles()
java.util.HashSet<Lines> getLines()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |