Package | Description |
---|---|
magma.util.scenegraph | |
magma.util.scenegraph.impl |
Modifier and Type | Method and Description |
---|---|
static NodeType |
NodeType.determineNodeType(java.lang.String type) |
NodeType |
IBaseNode.getNodeType() |
static NodeType |
NodeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NodeType |
TransformNode.getNodeType() |
NodeType |
MeshNode.getNodeType() |
NodeType |
LightNode.getNodeType() |
NodeType |
BaseNode.getNodeType() |