Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----vrml.Field | +----vrml.field.SFInt32
Constructor Summary | |
SFInt32()
|
|
SFInt32(int value)
|
Method Summary | |
int | getValue()
|
void | setValue(int i)
|
void | setValue(ConstSFInt32 i)
|
void | setValue(SFInt32 i)
|
java.lang.String | toString()
|
Methods inherited from class vrml.Field |
clone |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SFInt32()
public SFInt32(int value)
Method Detail |
public int getValue()
public void setValue(int i)
public void setValue(ConstSFInt32 i)
public void setValue(SFInt32 i)
public java.lang.String toString()
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |