FreeWRL / FreeX3D
4.3.0
MFInt32.java
1
package
org.web3d.x3d.sai;
2
3
public
interface
MFInt32
extends
MField
{
4
public
void
getValue(
int
[] values);
5
public
int
get1Value(
int
index)
throws
ArrayIndexOutOfBoundsException;
6
public
void
setValue(
int
size,
int
[] value);
7
public
void
set1Value(
int
index,
int
value)
throws
ArrayIndexOutOfBoundsException;
8
public
void
append(
int
[] value);
9
public
void
insertValue(
int
index,
int
[] value);
10
}
org.web3d.x3d.sai.MFInt32
Definition
MFInt32.java:3
org.web3d.x3d.sai.MField
Definition
MField.java:3
src
java
org
web3d
x3d
sai
MFInt32.java
Generated by
1.11.0