| vrml.MField vrml.field.MFColor
Method Summary | |
public void | clear() | public Object | clone() | public void | delete(int index) | public void | get1Value(int index, float[] values) | public void | get1Value(int index, SFColor vec) | public int | getSize() | public void | getValue(float[][] values) | public void | getValue(float[] values) | public void | insertValue(int index, ConstSFColor constvec) | public void | insertValue(int index, SFColor vec) | public void | insertValue(int index, float r, float g, float b) | public void | set1Value(int index, ConstSFColor constvec) | public void | set1Value(int index, SFColor vec) | public void | set1Value(int index, float r, float g, float b) | public void | setValue(float[][] values) | public void | setValue(int size, float[] values) | public void | setValue(float[] values) | public void | setValue(ConstMFColor values) |
MFColor | public MFColor(float[][] values)(Code) | | Constructor for the MFColor object
Parameters: values - Description of the Parameter |
clear | public void clear()(Code) | | Description of the Method
|
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
delete | public void delete(int index)(Code) | | Description of the Method
Parameters: index - Description of the Parameter |
get1Value | public void get1Value(int index, float[] values)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: values - Description of the Parameter |
get1Value | public void get1Value(int index, SFColor vec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: vec - Description of the Parameter |
getSize | public int getSize()(Code) | | Gets the size attribute of the MFColor object
The size value |
getValue | public void getValue(float[][] values)(Code) | | Gets the value attribute of the MFColor object
Parameters: values - Description of the Parameter |
getValue | public void getValue(float[] values)(Code) | | Gets the value attribute of the MFColor object
Parameters: values - Description of the Parameter |
insertValue | public void insertValue(int index, ConstSFColor constvec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: constvec - Description of the Parameter |
insertValue | public void insertValue(int index, SFColor vec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: vec - Description of the Parameter |
insertValue | public void insertValue(int index, float r, float g, float b)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: r - Description of the Parameter Parameters: g - Description of the Parameter Parameters: b - Description of the Parameter |
set1Value | public void set1Value(int index, ConstSFColor constvec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: constvec - Description of the Parameter |
set1Value | public void set1Value(int index, SFColor vec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: vec - Description of the Parameter |
set1Value | public void set1Value(int index, float r, float g, float b)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: r - Description of the Parameter Parameters: g - Description of the Parameter Parameters: b - Description of the Parameter |
setValue | public void setValue(float[][] values)(Code) | | Sets the value attribute of the MFColor object
Parameters: values - The new value value |
setValue | public void setValue(int size, float[] values)(Code) | | Sets the value attribute of the MFColor object
Parameters: size - The new value value Parameters: values - The new value value |
setValue | public void setValue(float[] values)(Code) | | Sets the value attribute of the MFColor object
Parameters: values - The new value value |
setValue | public void setValue(ConstMFColor values)(Code) | | Sets the value attribute of the MFColor object
Parameters: values - The new value value |
|
|