Uses of Class
org.web3d.x3d.jsail.fields.MFColorObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core | |
| org.web3d.x3d.jsail.EnvironmentalEffects | |
| org.web3d.x3d.jsail.fields | |
| org.web3d.x3d.jsail.Interpolation | |
| org.web3d.x3d.jsail.Rendering |
-
Uses of MFColorObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFColorObject Modifier and Type Method Description MFColorObjectfieldObject. getValueMFColor()Get typed value of this field declaration.MFColorObjectfieldValueObject. getValueMFColor()Get typed value of this fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFColorObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(MFColorObject newValue)Append MFColorObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(MFColorObject newValue)Append MFColorObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(MFColorObject newValue)Set typed value of a MFColor field declaration.fieldValueObjectfieldValueObject. setValue(MFColorObject newValue)Set typed value of a MFColor fieldValue declaration. -
Uses of MFColorObject in org.web3d.x3d.jsail.EnvironmentalEffects
Methods in org.web3d.x3d.jsail.EnvironmentalEffects with parameters of type MFColorObject Modifier and Type Method Description BackgroundObjectBackgroundObject. setGroundColor(MFColorObject newValue)Assign typed object value to MFColor groundColor field, similar toBackgroundObject.setGroundColor(float[]).TextureBackgroundObjectTextureBackgroundObject. setGroundColor(MFColorObject newValue)Assign typed object value to MFColor groundColor field, similar toTextureBackgroundObject.setGroundColor(float[]).BackgroundObjectBackgroundObject. setSkyColor(MFColorObject newValue)Assign typed object value to MFColor skyColor field, similar toBackgroundObject.setSkyColor(float[]).TextureBackgroundObjectTextureBackgroundObject. setSkyColor(MFColorObject newValue)Assign typed object value to MFColor skyColor field, similar toTextureBackgroundObject.setSkyColor(float[]). -
Uses of MFColorObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFColorObject Modifier and Type Method Description MFColorObjectMFColorObject. append(MFColorObject newValue)Appends a new MFColorObject to the end of the existing value array, increasing the field length accordingly.MFColorObjectMFColorObject. append(SFColorObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFColorObjectMFColorObject. complementRGB()Complement all color values in RGB space (i.e. subtract each component from 1).MFColorObjectMFColorObject. normalizeClip()Ensure all component color values are within range [0-1] by clipping as necessary.MFColorObjectMFColorObject. set1Value(int index, int hexColorValue)Replace a single value at the appropriate location in the existing value array.MFColorObjectMFColorObject. setValue(double[] newValue)Assign a double-precision array value to this single-precision field.MFColorObjectMFColorObject. setValue(MFColorObject newValue)Apply an MFColorObject value to this field.MFColorObjectMFColorObject. setValue(SFColorObject newValue)Assign a single-field SFColorObject as new array value.MFColorObjectMFColorObject. setValueByString(java.lang.String newValue)Utility accessor for MFColorObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type MFColorObject Modifier and Type Method Description MFColorObjectMFColorObject. append(MFColorObject newValue)Appends a new MFColorObject to the end of the existing value array, increasing the field length accordingly.booleanMFColorObject. equals(MFColorObject comparisonMFColorObject)Determine whether two objects contain equal values.MFColorObjectMFColorObject. setValue(MFColorObject newValue)Apply an MFColorObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFColorObject Constructor Description MFColorObject(MFColorObject newValue)Constructor to copy an MFColorObject value as initial value for this new field object. -
Uses of MFColorObject in org.web3d.x3d.jsail.Interpolation
Methods in org.web3d.x3d.jsail.Interpolation with parameters of type MFColorObject Modifier and Type Method Description ColorInterpolatorObjectColorInterpolatorObject. setKeyValue(MFColorObject newValue)Assign typed object value to MFColor keyValue field, similar toColorInterpolatorObject.setKeyValue(float[]). -
Uses of MFColorObject in org.web3d.x3d.jsail.Rendering
Methods in org.web3d.x3d.jsail.Rendering with parameters of type MFColorObject Modifier and Type Method Description ColorObjectColorObject. setColor(MFColorObject newValue)Assign typed object value to MFColor color field, similar toColorObject.setColor(float[]).