FreeWRL / FreeX3D 4.3.0
sai.FWMFColor Class Reference
Inheritance diagram for sai.FWMFColor:
sai.FreeWRLMField org.web3d.x3d.sai.MFColor 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

 FWMFColor (FreeWRLFieldDefinition def, FreeWRLBrowser b)
 
void getValue (float[][] value) throws ArrayIndexOutOfBoundsException
 
void getValue (float[] value)
 
void get1Value (int index, float[] value)
 
void setValue (int numVals, float[] value) throws ArrayIndexOutOfBoundsException, IllegalArgumentException
 
void setValue (int numVals, float[][] value) throws ArrayIndexOutOfBoundsException, IllegalArgumentException
 
void set1Value (int index, float[] value) throws IllegalArgumentException, ArrayIndexOutOfBoundsException
 
void append (float[] value) throws IllegalArgumentException, ArrayIndexOutOfBoundsException
 
void insertValue (int index, float[] value)
 
- 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 6 of file FWMFColor.java.

Constructor & Destructor Documentation

◆ FWMFColor()

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

Definition at line 10 of file FWMFColor.java.

Member Function Documentation

◆ append()

void sai.FWMFColor.append ( float[] value) throws IllegalArgumentException, ArrayIndexOutOfBoundsException
inline

Implements org.web3d.x3d.sai.MFColor.

Definition at line 137 of file FWMFColor.java.

◆ get1Value()

void sai.FWMFColor.get1Value ( int index,
float[] value )
inline

Implements org.web3d.x3d.sai.MFColor.

Definition at line 65 of file FWMFColor.java.

◆ getValue() [1/2]

void sai.FWMFColor.getValue ( float[] value)
inline

Implements org.web3d.x3d.sai.MFColor.

Definition at line 44 of file FWMFColor.java.

◆ getValue() [2/2]

void sai.FWMFColor.getValue ( float value[][]) throws ArrayIndexOutOfBoundsException
inline

Implements org.web3d.x3d.sai.MFColor.

Definition at line 15 of file FWMFColor.java.

◆ insertValue()

void sai.FWMFColor.insertValue ( int index,
float[] value )
inline

Implements org.web3d.x3d.sai.MFColor.

Definition at line 172 of file FWMFColor.java.

◆ set1Value()

void sai.FWMFColor.set1Value ( int index,
float[] value ) throws IllegalArgumentException, ArrayIndexOutOfBoundsException
inline

Implements org.web3d.x3d.sai.MFColor.

Definition at line 128 of file FWMFColor.java.

◆ setValue() [1/2]

void sai.FWMFColor.setValue ( int numVals,
float[] value ) throws ArrayIndexOutOfBoundsException, IllegalArgumentException
inline

Implements org.web3d.x3d.sai.MFColor.

Definition at line 92 of file FWMFColor.java.

◆ setValue() [2/2]

void sai.FWMFColor.setValue ( int numVals,
float value[][] ) throws ArrayIndexOutOfBoundsException, IllegalArgumentException
inline

Implements org.web3d.x3d.sai.MFColor.

Definition at line 109 of file FWMFColor.java.


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