j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class SFInt32

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.Field
      extended by org.jdesktop.j3d.loaders.vrml97.impl.SFInt32

public class SFInt32
extends Field

Description of the Class


Field Summary
 
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field
constField, fieldType
 
Constructor Summary
SFInt32(int value)
          Constructor for the SFInt32 object
 
Method Summary
 Object clone()
          Description of the Method
 ConstField constify()
          Description of the Method
 int getValue()
          Gets the value attribute of the SFInt32 object
 void setValue(ConstSFInt32 i)
          Sets the value attribute of the SFInt32 object
 void setValue(int i)
          Sets the value attribute of the SFInt32 object
 void setValue(SFInt32 i)
          Sets the value attribute of the SFInt32 object
 void update(Field field)
          Description of the Method
 Field wrap()
          Description of the Method
 
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field
baseName, markWriteable, toStringId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFInt32

public SFInt32(int value)
Constructor for the SFInt32 object

Parameters:
value - Description of the Parameter
Method Detail

getValue

public int getValue()
Gets the value attribute of the SFInt32 object

Returns:
The value value

setValue

public void setValue(int i)
Sets the value attribute of the SFInt32 object

Parameters:
i - The new value value

setValue

public void setValue(SFInt32 i)
Sets the value attribute of the SFInt32 object

Parameters:
i - The new value value

setValue

public void setValue(ConstSFInt32 i)
Sets the value attribute of the SFInt32 object

Parameters:
i - The new value value

clone

public Object clone()
Description of the Method

Specified by:
clone in class Field
Returns:
Description of the Return Value

update

public void update(Field field)
Description of the Method

Parameters:
field - Description of the Parameter

constify

public ConstField constify()
Description of the Method

Returns:
Description of the Return Value

wrap

public Field wrap()
Description of the Method

Specified by:
wrap in class Field
Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..