colladaLoader.xmlMapping
Class Library_Images

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

 class Library_Images
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_Images -tag

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

Field Summary
private  java.util.HashMap<java.lang.String,Image> library_images
           
 
Constructor Summary
Library_Images(processing.xml.XMLElement[] images)
           
 
Method Summary
(package private)  Image getImageByID(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

library_images

private java.util.HashMap<java.lang.String,Image> library_images
Constructor Detail

Library_Images

Library_Images(processing.xml.XMLElement[] images)
Method Detail

getImageByID

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