vrml.field
Class ConstSFInt32

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

public class ConstSFInt32
extends ConstField

Represents a read-only VRML SFInt32 field in Java.


Constructor Summary
ConstSFInt32(int value)
          Construct a read-only SFInt32 field.
 
Method Summary
 int getValue()
          Get the value of the SFInt32 field.
 
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

ConstSFInt32

public ConstSFInt32(int value)
Construct a read-only SFInt32 field.

Parameters:
value - Initial value of field.
Method Detail

getValue

public int getValue()
Get the value of the SFInt32 field.

Returns:
Value of SFInt32.