colladaLoader.xmlMapping
Class Image

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

 class Image
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 Image -tag

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

Field Summary
private  java.lang.String bild
           
private  java.lang.String ID
           
 
Constructor Summary
Image(processing.xml.XMLElement image)
           
 
Method Summary
(package private)  java.lang.String getID()
          the ID of the Image-tag
(package private)  java.lang.String getPicture()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bild

private java.lang.String bild

ID

private java.lang.String ID
Constructor Detail

Image

Image(processing.xml.XMLElement image)
Method Detail

getID

java.lang.String getID()
the ID of the Image-tag

Returns:

getPicture

java.lang.String getPicture()
Returns:
the Filename of the picture

toString

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