FreeWRL/FreeX3D
3.0.0
Main Page
Related Pages
Data Structures
Files
File List
MFBool.java
1
package
org.web3d.x3d.sai;
2
3
public
interface
MFBool
extends
MField
{
4
public
void
getValue(
boolean
[] vals);
5
public
boolean
get1Value(
int
index);
6
public
void
setValue(
int
size,
boolean
[] value);
7
public
void
set1Value(
int
index,
boolean
value)
throws
ArrayIndexOutOfBoundsException;
8
public
void
append(
boolean
value);
9
public
void
insertValue(
int
index,
boolean
value);
10
}
org.web3d.x3d.sai.MField
Definition:
MField.java:3
org.web3d.x3d.sai.MFBool
Definition:
MFBool.java:3
src
java
org
web3d
x3d
sai
MFBool.java
Generated on Thu Dec 14 2017 12:14:40 for FreeWRL/FreeX3D by
1.8.6