colladaLoader.xmlMapping
Class Library_Materials

java.lang.Object
  extended by colladaLoader.xmlMapping.Library_Materials

 class Library_Materials
extends java.lang.Object

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 Library_Materials -tag

Version:
1.0
Author:
Markus Zimmermann http://www.die-seite.ch

Field Summary
private  java.util.HashMap<java.lang.String,Material> library_materials
           
 
Constructor Summary
Library_Materials(processing.xml.XMLElement[] materials, Library_Effects libeff)
           
 
Method Summary
(package private)  Material getMaterialByID(java.lang.String id)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

library_materials

private java.util.HashMap<java.lang.String,Material> library_materials
Constructor Detail

Library_Materials

Library_Materials(processing.xml.XMLElement[] materials,
                  Library_Effects libeff)
Method Detail

getMaterialByID

Material getMaterialByID(java.lang.String id)
Parameters:
id - of the Material-Tag
Returns:
a mapped Material

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object