Uses of Class
org.web3d.x3d.jsail.fields.MFColorRGBAObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core | |
| org.web3d.x3d.jsail.fields | |
| org.web3d.x3d.jsail.Rendering |
-
Uses of MFColorRGBAObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFColorRGBAObject Modifier and Type Method Description MFColorRGBAObjectfieldObject. getValueMFColorRGBA()Get typed value of this field declaration.MFColorRGBAObjectfieldValueObject. getValueMFColorRGBA()Get typed value of this fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFColorRGBAObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(MFColorRGBAObject newValue)Append MFColorRGBAObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(MFColorRGBAObject newValue)Append MFColorRGBAObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(MFColorRGBAObject newValue)Set typed value of a MFColorRGBA field declaration.fieldValueObjectfieldValueObject. setValue(MFColorRGBAObject newValue)Set typed value of a MFColorRGBA fieldValue declaration. -
Uses of MFColorRGBAObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFColorRGBAObject Modifier and Type Method Description MFColorRGBAObjectMFColorRGBAObject. append(MFColorRGBAObject newValue)Appends a new MFColorRGBAObject to the end of the existing value array, increasing the field length accordingly.MFColorRGBAObjectMFColorRGBAObject. append(SFColorRGBAObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFColorRGBAObjectMFColorRGBAObject. complementAlpha()Complement each alpha value of array by subtracting it from 1, note transparency = (1 - alpha).MFColorRGBAObjectMFColorRGBAObject. complementRGB()Complement all color values of array in RGB space (i.e. subtract each component from 1).MFColorRGBAObjectMFColorRGBAObject. normalizeClip()Ensure all component color values are within range [0-1] by clipping as necessary.MFColorRGBAObjectMFColorRGBAObject. set1Value(int index, int hexColorValue, float alpha)Replace a single value at the appropriate location in the existing value array.MFColorRGBAObjectMFColorRGBAObject. setValue(double[] newValue)Assign a double-precision array value to this single-precision field.MFColorRGBAObjectMFColorRGBAObject. setValue(MFColorRGBAObject newValue)Apply an MFColorRGBAObject value to this field.MFColorRGBAObjectMFColorRGBAObject. setValue(SFColorRGBAObject newValue)Assign a single-field SFColorRGBAObject as new array value.MFColorRGBAObjectMFColorRGBAObject. setValueByString(java.lang.String newValue)Utility accessor for MFColorRGBAObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type MFColorRGBAObject Modifier and Type Method Description MFColorRGBAObjectMFColorRGBAObject. append(MFColorRGBAObject newValue)Appends a new MFColorRGBAObject to the end of the existing value array, increasing the field length accordingly.booleanMFColorRGBAObject. equals(MFColorRGBAObject comparisonMFColorRGBAObject)Determine whether two objects contain equal values.MFColorRGBAObjectMFColorRGBAObject. setValue(MFColorRGBAObject newValue)Apply an MFColorRGBAObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFColorRGBAObject Constructor Description MFColorRGBAObject(MFColorRGBAObject newValue)Constructor to copy an MFColorRGBAObject value as initial value for this new field object. -
Uses of MFColorRGBAObject in org.web3d.x3d.jsail.Rendering
Methods in org.web3d.x3d.jsail.Rendering with parameters of type MFColorRGBAObject Modifier and Type Method Description ColorRGBAObjectColorRGBAObject. setColor(MFColorRGBAObject newValue)Assign typed object value to MFColorRGBA color field, similar toColorRGBAObject.setColor(float[]).