org.jagatoo.loaders.models.collada.stax
Class XMLChannel
java.lang.Object
org.jagatoo.loaders.models.collada.stax.XMLChannel
public class XMLChannel
- extends java.lang.Object
A COLLADA Channel.
Child of Animation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public XMLChannel.ChannelType type
TRANSLATE_TARGET
public static final java.lang.String TRANSLATE_TARGET
- See Also:
- Constant Field Values
ROTATE_TARGET
public static final java.lang.String ROTATE_TARGET
- See Also:
- Constant Field Values
SCALE_TARGET
public static final java.lang.String SCALE_TARGET
- See Also:
- Constant Field Values
source
public java.lang.String source
target
public java.lang.String target
XMLChannel
public XMLChannel()
getTargetBone
public java.lang.String getTargetBone()
getRotationAxis
public KeyFrame.Axis getRotationAxis()
parse
public void parse(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException