colladaLoader.xmlMapping
Class Material

java.lang.Object
  extended by 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

Field Summary
private  Effect effect
           
private  java.lang.String ID
           
 
Constructor Summary
Material(processing.xml.XMLElement material, Library_Effects effects)
           
 
Method Summary
(package private)  Effect getEffect()
           
(package private)  java.lang.String getID()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

private java.lang.String ID

effect

private Effect effect
Constructor Detail

Material

Material(processing.xml.XMLElement material,
         Library_Effects effects)
Method Detail

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