|
|||||||||
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
Represents a VRML SFInt32 field in Java.
Constructor Summary | |
---|---|
SFInt32()
Construct a default SFInt32 field. |
|
SFInt32(int value)
Construct an SFInt32 field. |
Method Summary | |
---|---|
int |
getValue()
Get the value of the SFInt32 field. |
void |
setValue(ConstSFInt32 i)
Set the value of an SFInt32 field. |
void |
setValue(int i)
Set the value of an SFInt32 field. |
void |
setValue(SFInt32 i)
Set the value of an SFInt32 field. |
Methods inherited from class vrml.Field |
---|
clone, dispose, finalize, getPeer, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SFInt32()
public SFInt32(int value)
value
- Initial value of field.Method Detail |
---|
public int getValue()
public void setValue(int i)
i
- Value to set field to.public void setValue(ConstSFInt32 i)
i
- Value to set field to.public void setValue(SFInt32 i)
i
- Value to set field to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |