org.jagatoo.loaders.models.collada.stax
Class XMLColorOrTexture
java.lang.Object
org.jagatoo.loaders.models.collada.stax.XMLColorOrTexture
public class XMLColorOrTexture
- extends java.lang.Object
A Color or Texture used in ShadingParameters.
Child of ShadingParameters (Constant, Lambert,
Phong, or Blinn shading)
|
Method Summary |
void |
parse(javax.xml.stream.XMLStreamReader parser,
java.lang.String endTag)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
color4
public XMLColor4 color4
texture
public XMLTexture texture
XMLColorOrTexture
public XMLColorOrTexture()
parse
public void parse(javax.xml.stream.XMLStreamReader parser,
java.lang.String endTag)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException