|
| | FWMFRotation (FreeWRLFieldDefinition def, FreeWRLBrowser b) |
| |
| void | getValue (float[][] value) throws ArrayIndexOutOfBoundsException |
| |
| void | getValue (float[] value) throws ArrayIndexOutOfBoundsException |
| |
| void | get1Value (int index, float[] value) |
| |
| void | setValue (int numRotations, float[] value) throws ArrayIndexOutOfBoundsException |
| |
| void | setValue (int numRotations, float[][] value) throws ArrayIndexOutOfBoundsException |
| |
| void | set1Value (int index, float[] value) |
| |
| void | append (float[] value) |
| |
| void | insertValue (int index, float[] value) |
| |
| | FreeWRLMField (FreeWRLFieldDefinition def, FreeWRLBrowser b) |
| |
| int | size () throws InvalidFieldException, ConnectionException |
| |
| void | clear () throws InvalidFieldException, ConnectionException |
| |
| void | remove (int index) throws InvalidFieldException, ConnectionException, ArrayIndexOutOfBoundsException |
| |
| | 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 () |
| |
Definition at line 5 of file FWMFRotation.java.
◆ FWMFRotation()
◆ append()
| void sai.FWMFRotation.append |
( |
float[] | value | ) |
|
|
inline |
◆ get1Value()
| void sai.FWMFRotation.get1Value |
( |
int | index, |
|
|
float[] | value ) |
|
inline |
◆ getValue() [1/2]
| void sai.FWMFRotation.getValue |
( |
float[] | value | ) |
throws ArrayIndexOutOfBoundsException |
|
inline |
◆ getValue() [2/2]
| void sai.FWMFRotation.getValue |
( |
float | value[][] | ) |
throws ArrayIndexOutOfBoundsException |
|
inline |
◆ insertValue()
| void sai.FWMFRotation.insertValue |
( |
int | index, |
|
|
float[] | value ) |
|
inline |
◆ set1Value()
| void sai.FWMFRotation.set1Value |
( |
int | index, |
|
|
float[] | value ) |
|
inline |
◆ setValue() [1/2]
| void sai.FWMFRotation.setValue |
( |
int | numRotations, |
|
|
float[] | value ) throws ArrayIndexOutOfBoundsException |
|
inline |
◆ setValue() [2/2]
| void sai.FWMFRotation.setValue |
( |
int | numRotations, |
|
|
float | value[][] ) throws ArrayIndexOutOfBoundsException |
|
inline |
The documentation for this class was generated from the following file: