FreeWRL / FreeX3D 4.3.0
org.web3d.x3d.sai.MFFloat Interface Reference
Inheritance diagram for org.web3d.x3d.sai.MFFloat:
org.web3d.x3d.sai.MField org.web3d.x3d.sai.X3DField sai.FWMFFloat

Public Member Functions

void getValue (float[] values)
 
float get1Value (int index) throws ArrayIndexOutOfBoundsException
 
void setValue (int size, float[] value)
 
void set1Value (int index, float value) throws ArrayIndexOutOfBoundsException
 
void append (float[] value)
 
void insertValue (int index, float[] value)
 
- Public Member Functions inherited from org.web3d.x3d.sai.MField
int size () throws InvalidFieldException, ConnectionException
 
void clear () throws InvalidFieldException, ConnectionException
 
void remove (int index) throws InvalidFieldException, ConnectionException, ArrayIndexOutOfBoundsException
 
- Public Member Functions inherited from org.web3d.x3d.sai.X3DField
X3DFieldDefinition getDefinition () throws InvalidFieldException, ConnectionException
 
boolean isReadable () throws InvalidFieldException, ConnectionException
 
boolean isWritable () throws InvalidFieldException, ConnectionException
 
void addX3DEventListener (X3DFieldEventListener l) throws InvalidFieldException, ConnectionException
 
void removeX3DEventListener (X3DFieldEventListener l) throws InvalidFieldException, ConnectionException
 
void setUserData (Object data) throws InvalidFieldException, ConnectionException
 
Object getUserData () throws InvalidFieldException, ConnectionException
 
void dispose ()
 

Detailed Description

Definition at line 3 of file MFFloat.java.


The documentation for this interface was generated from the following file: