|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.field.SFInt32
public class SFInt32
Description of the Class
Field Summary |
---|
Fields inherited from class vrml.Field |
---|
implField |
Constructor Summary | |
---|---|
SFInt32(SFInt32 init)
Constructor for the SFInt32 object |
Method Summary | |
---|---|
Object |
clone()
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 |
Methods inherited from class vrml.Field |
---|
getImpl, markWriteable |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SFInt32(SFInt32 init)
init
- Description of the ParameterMethod Detail |
---|
public Object clone()
clone
in class Field
public int getValue()
public void setValue(int i)
i
- The new value valuepublic void setValue(SFInt32 i)
i
- The new value valuepublic void setValue(ConstSFInt32 i)
i
- The new value value
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |