public class SceneGraphToken extends Token
| Red (neuendor) |
| Red (neuendor) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SceneGraphToken.SceneGraphType
The SceneGraphToken type.
|
| Modifier and Type | Field and Description |
|---|---|
static Type |
TYPE
The type of a SceneGraphToken.
|
| Constructor and Description |
|---|
SceneGraphToken(javax.media.j3d.Node node)
Construct a SceneGraphToken.
|
| Modifier and Type | Method and Description |
|---|---|
javax.media.j3d.Node |
getSceneGraphNode()
Return the object contained by this token.
|
Type |
getType()
Return the type of this token.
|
BooleanToken |
isEqualTo(Token token)
Test for equality of the values of this Token and the argument Token.
|
java.lang.String |
toString()
Return the value of this token as a string that can be parsed
by the expression language to recover a token with the same value.
|
add, addReverse, divide, divideReverse, isCloseTo, isCloseTo, isNil, modulo, moduloReverse, multiply, multiplyReverse, notSupportedConversionMessage, notSupportedIncomparableConversionMessage, notSupportedIncomparableMessage, notSupportedMessage, notSupportedNullNilStringMessage, one, pow, subtract, subtractReverse, zero, zeroReturnTypepublic static final Type TYPE
public SceneGraphToken(javax.media.j3d.Node node)
node - The node.public javax.media.j3d.Node getSceneGraphNode()
public Type getType()
public BooleanToken isEqualTo(Token token) throws IllegalActionException
isEqualTo in class Tokentoken - The token with which to test equality.IllegalActionException - If this method is not
supported by the derived class.public java.lang.String toString()