org.jdesktop.j3d.loaders.vrml97.impl
Class ConstSFInt32
java.lang.Object
org.jdesktop.j3d.loaders.vrml97.impl.Field
org.jdesktop.j3d.loaders.vrml97.impl.ConstField
org.jdesktop.j3d.loaders.vrml97.impl.ConstSFInt32
public class ConstSFInt32
- extends ConstField
Description of the Class
Constructor Summary |
ConstSFInt32(int value)
Constructor for the ConstSFInt32 object |
Method Summary |
Object |
clone()
Description of the Method |
int |
getValue()
Gets the value attribute of the ConstSFInt32 object |
Field |
wrap()
Description of the Method |
ConstSFInt32
public ConstSFInt32(int value)
- Constructor for the ConstSFInt32 object
- Parameters:
value
- Description of the Parameter
getValue
public int getValue()
- Gets the value attribute of the ConstSFInt32 object
- Returns:
- The value value
clone
public Object clone()
- Description of the Method
- Specified by:
clone
in class Field
- 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
Todo: put BSD License reference here..