|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectcolladaLoader.xmlMapping.SubTag
colladaLoader.xmlMapping.Lines
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). It maps all points and their orders
Field Summary | |
---|---|
private processing.xml.XMLElement |
lines
|
private Material |
material
|
private java.lang.String |
materialSymbol
|
private int |
offsetVertex
|
private int[][] |
pointIndexMatrix
|
private Source |
vertexSource
|
Constructor Summary | |
---|---|
Lines(processing.xml.XMLElement lines,
java.util.HashMap<java.lang.String,SubTag> sources)
|
Method Summary | |
---|---|
(package private) java.lang.String |
getID()
returns the ID of this xml-tag |
(package private) Material |
getMaterial()
|
(package private) java.lang.String |
getNextSource()
links to the next sub-tag (if exists)to get more informations. |
(package private) int |
getOffsetVertex()
|
(package private) int[][] |
getPointIndexMatrix()
|
(package private) Source |
getVertexSource()
|
(package private) void |
setMaterial(Material m)
invoke that methode after the Object is initiated. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.String materialSymbol
private Material material
private Source vertexSource
private int offsetVertex
private int[][] pointIndexMatrix
private processing.xml.XMLElement lines
Constructor Detail |
---|
Lines(processing.xml.XMLElement lines, java.util.HashMap<java.lang.String,SubTag> sources)
Method Detail |
---|
void setMaterial(Material m)
instance
- of MaterialSource getVertexSource()
int getOffsetVertex()
int[][] getPointIndexMatrix()
Material getMaterial()
java.lang.String getNextSource()
SubTag
getNextSource
in class SubTag
java.lang.String getID()
SubTag
getID
in class SubTag
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |