colladaLoader.xmlMapping
Class Vertices
java.lang.Object
colladaLoader.xmlMapping.SubTag
colladaLoader.xmlMapping.Vertices
class Vertices
- extends SubTag
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 is a Helperclass to map the vertice-tag inside geometry-tag
- Version:
- 1.0
- Author:
- Markus Zimmermann http://www.die-seite.ch
Field Summary |
private java.lang.String |
ID
|
private java.lang.String |
nextSource
|
Constructor Summary |
Vertices(processing.xml.XMLElement vertice)
|
Method Summary |
(package private) java.lang.String |
getID()
returns the ID of this xml-tag |
(package private) java.lang.String |
getNextSource()
links to the next sub-tag (if exists)to get more informations. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
private java.lang.String ID
nextSource
private java.lang.String nextSource
Vertices
Vertices(processing.xml.XMLElement vertice)
getNextSource
java.lang.String getNextSource()
- Description copied from class:
SubTag
- links to the next sub-tag (if exists)to get more informations. Otherwise it returns the ID
- Specified by:
getNextSource
in class SubTag
- Returns:
- the next Tag-ID or source, whatever
getID
java.lang.String getID()
- Description copied from class:
SubTag
- returns the ID of this xml-tag
- Specified by:
getID
in class SubTag
- Returns:
- the tag-ID