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

void getValue (X3DNode[] nodes) throws ArrayIndexOutOfBoundsException
X3DNode get1Value (int index) throws ArrayIndexOutOfBoundsException
void setValue (int size, X3DNode[] value)
void set1Value (int index, X3DNode value)
void append (X3DNode value)
void insertValue (int index, X3DNode 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 5 of file FWMFNode.java.

Member Function Documentation

◆ append()

void sai.FWMFNode.append ( X3DNode value)
inline

Implements org.web3d.x3d.sai.MFNode.

Definition at line 92 of file FWMFNode.java.

◆ get1Value()

X3DNode sai.FWMFNode.get1Value ( int index) throws ArrayIndexOutOfBoundsException
inline

Implements org.web3d.x3d.sai.MFNode.

Definition at line 43 of file FWMFNode.java.

◆ getValue()

void sai.FWMFNode.getValue ( X3DNode[] nodes) throws ArrayIndexOutOfBoundsException
inline

Implements org.web3d.x3d.sai.MFNode.

Definition at line 13 of file FWMFNode.java.

◆ insertValue()

void sai.FWMFNode.insertValue ( int index,
X3DNode value )
inline

Implements org.web3d.x3d.sai.MFNode.

Definition at line 121 of file FWMFNode.java.

◆ set1Value()

void sai.FWMFNode.set1Value ( int index,
X3DNode value )
inline

Implements org.web3d.x3d.sai.MFNode.

Definition at line 89 of file FWMFNode.java.

◆ setValue()

void sai.FWMFNode.setValue ( int size,
X3DNode[] value )
inline

Implements org.web3d.x3d.sai.MFNode.

Definition at line 76 of file FWMFNode.java.


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