colladaLoader.xmlMapping
Class Material
java.lang.Object
colladaLoader.xmlMapping.Material
class Material
- 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 Material -tag
- Version:
- 1.0
- Author:
- Markus Zimmermann http://www.die-seite.ch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ID
private java.lang.String ID
effect
private Effect effect
Material
Material(processing.xml.XMLElement material,
Library_Effects effects)
getID
java.lang.String getID()
- Returns:
- the ID of the Material-tag
getEffect
Effect getEffect()
- Returns:
- the Effect that maps to the Material
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object