FreeWRL / FreeX3D
4.3.0
EventOutSFInt32.java
1
package
vrml.external.field;
2
//JAS import java.util.*;
3
import
vrml.external.field.FieldTypes;
4
import
vrml.external.Browser;
5
6
7
public
class
EventOutSFInt32
extends
EventOut
{
8
public
EventOutSFInt32
() {EventType =
FieldTypes
.SFINT32;}
9
10
public
int
getValue() {
11
String rep;
12
if
(RLreturn ==
null
) {
13
rep = Browser.SendEventOut (nodeptr, offset, datasize, datatype,
command
);
14
}
else
{
15
rep = RLreturn;
16
}
17
return
Integer.valueOf(rep).intValue();
18
}
19
}
20
vrml.external.field.EventOutSFInt32
Definition
EventOutSFInt32.java:7
vrml.external.field.EventOut
Definition
EventOut.java:6
vrml.external.field.FieldTypes
Definition
FieldTypes.java:5
command
Definition
common.c:764
src
java
vrml
external
field
EventOutSFInt32.java
Generated by
1.11.0