Uses of Class
colladaLoader.xmlMapping.SubTag

Packages that use SubTag
colladaLoader.xmlMapping   
 

Uses of SubTag in colladaLoader.xmlMapping
 

Subclasses of SubTag in colladaLoader.xmlMapping
(package private)  class Lines
          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 helperclass for lines-tag inside Geometry-tag (contains one or more Lines).
(package private)  class NewParam
          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 helper-class to map the newparam-tag inside effect-tag
(package private)  class Source
          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 helper-class to map the source-tag inside the Geometry-tag
(package private)  class Triangles
          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 for triangles-tag inside Geometry-tag (contains one or more triangles).
(package private)  class Vertices
          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
 

Constructor parameters in colladaLoader.xmlMapping with type arguments of type SubTag
Lines(processing.xml.XMLElement lines, java.util.HashMap<java.lang.String,SubTag> sources)
           
Triangles(processing.xml.XMLElement triangles, java.util.HashMap<java.lang.String,SubTag> sources)