|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.models.collada.stax.XMLLibraryImages
public class XMLLibraryImages
A Library of Images. Child of COLLADA
| Field Summary | |
|---|---|
java.util.HashMap<java.lang.String,XMLImage> |
images
A map of all images, which is filled by the readImages() method just after the images ArrayList has been written. |
| Constructor Summary | |
|---|---|
XMLLibraryImages()
|
|
| Method Summary | |
|---|---|
void |
parse(javax.xml.stream.XMLStreamReader parser)
|
void |
readImages()
Called just after images has been read, fill the imageMap. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.HashMap<java.lang.String,XMLImage> images
| Constructor Detail |
|---|
public XMLLibraryImages()
| Method Detail |
|---|
public void readImages()
public void parse(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||