FreeWRL / FreeX3D 4.3.0
sai.FWMFDouble Class Reference
Inheritance diagram for sai.FWMFDouble:
sai.FreeWRLMField org.web3d.x3d.sai.MFDouble sai.FreeWRLField org.web3d.x3d.sai.MField org.web3d.x3d.sai.MField org.web3d.x3d.sai.X3DField org.web3d.x3d.sai.X3DField org.web3d.x3d.sai.X3DField

Public Member Functions

 FWMFDouble (FreeWRLFieldDefinition def, FreeWRLBrowser b)
 
void getValue (double[] value) throws ArrayIndexOutOfBoundsException
 
double get1Value (int index) throws ArrayIndexOutOfBoundsException
 
void setValue (int size, double[] value)
 
void set1Value (int index, double value) throws ArrayIndexOutOfBoundsException
 
void append (double[] value)
 
void insertValue (int index, double[] value) throws ArrayIndexOutOfBoundsException
 
- Public Member Functions inherited from sai.FreeWRLMField
 FreeWRLMField (FreeWRLFieldDefinition def, FreeWRLBrowser b)
 
int size () throws InvalidFieldException, ConnectionException
 
void clear () throws InvalidFieldException, ConnectionException
 
void remove (int index) throws InvalidFieldException, ConnectionException, ArrayIndexOutOfBoundsException
 
- Public Member Functions inherited from sai.FreeWRLField
 FreeWRLField (FreeWRLFieldDefinition def, FreeWRLBrowser b)
 
String toString ()
 
X3DFieldDefinition getDefinition () throws InvalidFieldException, ConnectionException
 
boolean isReadable () throws InvalidFieldException, ConnectionException
 
boolean isWritable () throws InvalidFieldException, ConnectionException
 
void addX3DEventListener (X3DFieldEventListener l) throws ConnectionException, InvalidFieldException
 
void removeX3DEventListener (X3DFieldEventListener l) throws ConnectionException, InvalidFieldException
 
void setUserData (Object data) throws InvalidFieldException, ConnectionException
 
Object getUserData () throws InvalidFieldException, ConnectionException
 
void dispose ()
 
void checkValid ()
 
void setCommand (String com)
 
void setNode (String nod)
 
void setDataType (String dt)
 
void setNodePtr (String np)
 
void setOffset (String off)
 
void setDataSize (String ds)
 
void setScriptType (String st)
 
String getDataSize ()
 
String getScriptType ()
 
String getCommand ()
 
String getNode ()
 
String getDataType ()
 
String getNodePtr ()
 
String getOffset ()
 

Additional Inherited Members

- Protected Attributes inherited from sai.FreeWRLField
FreeWRLFieldDefinition fieldDef
 
Object userData
 
FreeWRLBrowser browser
 

Detailed Description

Definition at line 5 of file FWMFDouble.java.

Constructor & Destructor Documentation

◆ FWMFDouble()

sai.FWMFDouble.FWMFDouble ( FreeWRLFieldDefinition def,
FreeWRLBrowser b )
inline

Definition at line 9 of file FWMFDouble.java.

Member Function Documentation

◆ append()

void sai.FWMFDouble.append ( double[] value)
inline

Implements org.web3d.x3d.sai.MFDouble.

Definition at line 89 of file FWMFDouble.java.

◆ get1Value()

double sai.FWMFDouble.get1Value ( int index) throws ArrayIndexOutOfBoundsException
inline

Implements org.web3d.x3d.sai.MFDouble.

Definition at line 40 of file FWMFDouble.java.

◆ getValue()

void sai.FWMFDouble.getValue ( double[] value) throws ArrayIndexOutOfBoundsException
inline

Implements org.web3d.x3d.sai.MFDouble.

Definition at line 14 of file FWMFDouble.java.

◆ insertValue()

void sai.FWMFDouble.insertValue ( int index,
double[] value ) throws ArrayIndexOutOfBoundsException
inline

Implements org.web3d.x3d.sai.MFDouble.

Definition at line 120 of file FWMFDouble.java.

◆ set1Value()

void sai.FWMFDouble.set1Value ( int index,
double value ) throws ArrayIndexOutOfBoundsException
inline

Implements org.web3d.x3d.sai.MFDouble.

Definition at line 86 of file FWMFDouble.java.

◆ setValue()

void sai.FWMFDouble.setValue ( int size,
double[] value )
inline

Implements org.web3d.x3d.sai.MFDouble.

Definition at line 71 of file FWMFDouble.java.


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