vrml.field
Class ConstSFNode

java.lang.Object
  extended by vrml.Field
      extended by vrml.ConstField
          extended by vrml.field.ConstSFNode
All Implemented Interfaces:
java.lang.Cloneable

public class ConstSFNode
extends ConstField

Represents a read-only VRML SFNode field in Java.


Constructor Summary
ConstSFNode(BaseNode node)
          Construct a read-only SFNode field.
 
Method Summary
 BaseNode getValue()
          Get the VRML node stored in this SFNode.
 
Methods inherited from class vrml.ConstField
clone
 
Methods inherited from class vrml.Field
dispose, finalize, getPeer, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstSFNode

public ConstSFNode(BaseNode node)
Construct a read-only SFNode field.

Parameters:
node - VRML Node to create SFNode with
Method Detail

getValue

public BaseNode getValue()
Get the VRML node stored in this SFNode.

Returns:
VRML node object