|
| | FWSFColor (FreeWRLFieldDefinition def, FreeWRLBrowser b) |
| |
| void | getValue (float[] value) throws ArrayIndexOutOfBoundsException |
| |
| void | setValue (float[] value) throws IllegalArgumentException, 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 FWSFColor.java.
◆ FWSFColor()
◆ getValue()
| void sai.FWSFColor.getValue |
( |
float[] |
value | ) |
throws ArrayIndexOutOfBoundsException |
|
inline |
◆ setValue()
| void sai.FWSFColor.setValue |
( |
float[] |
value | ) |
throws IllegalArgumentException, ArrayIndexOutOfBoundsException |
|
inline |
The documentation for this class was generated from the following file: