Uses of Class
org.web3d.x3d.jsail.fields.SFColorObject
-
Uses of SFColorObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFColorObject Modifier and Type Method Description SFColorObjectfieldObject. getValueSFColor()If type matches, then get typed value of a SFColor field declaration.SFColorObjectfieldValueObject. getValueSFColor()If type matches, then get typed value of a SFColor fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFColorObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(SFColorObject newValue)Append SFColorObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(SFColorObject newValue)Append SFColorObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(SFColorObject newValue)Set typed value of a SFColor field declaration.fieldValueObjectfieldValueObject. setValue(SFColorObject newValue)Set typed value of a SFColor fieldValue declaration. -
Uses of SFColorObject in org.web3d.x3d.jsail.EnvironmentalEffects
Methods in org.web3d.x3d.jsail.EnvironmentalEffects with parameters of type SFColorObject Modifier and Type Method Description BackgroundObjectBackgroundObject. addGroundColor(SFColorObject newValue)Add singleton SFColorObject value to MFColor groundColor field.TextureBackgroundObjectTextureBackgroundObject. addGroundColor(SFColorObject newValue)Add singleton SFColorObject value to MFColor groundColor field.BackgroundObjectBackgroundObject. addSkyColor(SFColorObject newValue)Add singleton SFColorObject value to MFColor skyColor field.TextureBackgroundObjectTextureBackgroundObject. addSkyColor(SFColorObject newValue)Add singleton SFColorObject value to MFColor skyColor field.FogObjectFogObject. setColor(SFColorObject newValue)Assign typed object value to SFColor color field, similar toFogObject.setColor(float[]).LocalFogObjectLocalFogObject. setColor(SFColorObject newValue)Assign typed object value to SFColor color field, similar toLocalFogObject.setColor(float[]). -
Uses of SFColorObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFColorObject Modifier and Type Method Description SFColorObjectSFColorObject. complementRGB()Complement all color values in RGB space (i.e. subtract each component from 1).SFColorObjectSFColorObject. normalizeClip()Ensure all component color values are within range [0-1] by clipping as necessary.SFColorObjectSFColorObject. scaleRGB(float scaleFactor)Scale all color values in RGB space.SFColorObjectSFColorObject. setValue(double[] newValue)Assign a new value to this field.SFColorObjectSFColorObject. setValue(double red, double green, double blue)Assign a new value to this field.SFColorObjectSFColorObject. setValue(float red, float green, float blue)Assign a new value to this field.SFColorObjectSFColorObject. setValue(int hexColorValue)Public utility accessor method setting single HTML-style 0xRRGGBB hex value as new value.SFColorObjectSFColorObject. setValue(SFColorObject newValue)Apply an SFColorObject value to this field.SFColorObjectSFColorObject. setValueArray(float[] newValue)Assign a new array value to this field, pipelined.SFColorObjectSFColorObject. setValueByString(java.lang.String newValue)Utility accessor for SFColorObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFColorObject Modifier and Type Method Description MFColorObjectMFColorObject. append(SFColorObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.booleanSFColorObject. equals(SFColorObject comparisonSFColorObject)Determine whether two objects contain equal values.MFColorObjectMFColorObject. setValue(SFColorObject newValue)Assign a single-field SFColorObject as new array value.SFColorObjectSFColorObject. setValue(SFColorObject newValue)Apply an SFColorObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFColorObject Constructor Description MFColorObject(SFColorObject newValue)Utility constructor for MFColorObject to assign a single SFColorObject as new initial value.SFColorObject(SFColorObject newValue)Constructor to copy an SFColorObject value as initial value for this new field object. -
Uses of SFColorObject in org.web3d.x3d.jsail.Followers
Methods in org.web3d.x3d.jsail.Followers with parameters of type SFColorObject Modifier and Type Method Description ColorChaserObjectColorChaserObject. setInitialDestination(SFColorObject newValue)Assign typed object value to SFColor initialDestination field, similar toColorChaserObject.setInitialDestination(float[]).ColorDamperObjectColorDamperObject. setInitialDestination(SFColorObject newValue)Assign typed object value to SFColor initialDestination field, similar toColorDamperObject.setInitialDestination(float[]).ColorChaserObjectColorChaserObject. setInitialValue(SFColorObject newValue)Assign typed object value to SFColor initialValue field, similar toColorChaserObject.setInitialValue(float[]).ColorDamperObjectColorDamperObject. setInitialValue(SFColorObject newValue)Assign typed object value to SFColor initialValue field, similar toColorDamperObject.setInitialValue(float[]). -
Uses of SFColorObject in org.web3d.x3d.jsail.Interpolation
Methods in org.web3d.x3d.jsail.Interpolation with parameters of type SFColorObject Modifier and Type Method Description ColorInterpolatorObjectColorInterpolatorObject. addKeyValue(SFColorObject newValue)Add singleton SFColorObject value to MFColor keyValue field. -
Uses of SFColorObject in org.web3d.x3d.jsail.Lighting
Methods in org.web3d.x3d.jsail.Lighting with parameters of type SFColorObject Modifier and Type Method Description DirectionalLightObjectDirectionalLightObject. setColor(SFColorObject newValue)Assign typed object value to SFColor color field, similar toDirectionalLightObject.setColor(float[]).PointLightObjectPointLightObject. setColor(SFColorObject newValue)Assign typed object value to SFColor color field, similar toPointLightObject.setColor(float[]).SpotLightObjectSpotLightObject. setColor(SFColorObject newValue)Assign typed object value to SFColor color field, similar toSpotLightObject.setColor(float[]). -
Uses of SFColorObject in org.web3d.x3d.jsail.Rendering
Methods in org.web3d.x3d.jsail.Rendering with parameters of type SFColorObject Modifier and Type Method Description ColorObjectColorObject. addColor(SFColorObject newValue)Add singleton SFColorObject value to MFColor color field. -
Uses of SFColorObject in org.web3d.x3d.jsail.Shape
Methods in org.web3d.x3d.jsail.Shape with parameters of type SFColorObject Modifier and Type Method Description TwoSidedMaterialObjectTwoSidedMaterialObject. setBackDiffuseColor(SFColorObject newValue)Assign typed object value to SFColor backDiffuseColor field, similar toTwoSidedMaterialObject.setBackDiffuseColor(float[]).TwoSidedMaterialObjectTwoSidedMaterialObject. setBackEmissiveColor(SFColorObject newValue)Assign typed object value to SFColor backEmissiveColor field, similar toTwoSidedMaterialObject.setBackEmissiveColor(float[]).TwoSidedMaterialObjectTwoSidedMaterialObject. setBackSpecularColor(SFColorObject newValue)Assign typed object value to SFColor backSpecularColor field, similar toTwoSidedMaterialObject.setBackSpecularColor(float[]).MaterialObjectMaterialObject. setDiffuseColor(SFColorObject newValue)Assign typed object value to SFColor diffuseColor field, similar toMaterialObject.setDiffuseColor(float[]).TwoSidedMaterialObjectTwoSidedMaterialObject. setDiffuseColor(SFColorObject newValue)Assign typed object value to SFColor diffuseColor field, similar toTwoSidedMaterialObject.setDiffuseColor(float[]).MaterialObjectMaterialObject. setEmissiveColor(SFColorObject newValue)Assign typed object value to SFColor emissiveColor field, similar toMaterialObject.setEmissiveColor(float[]).TwoSidedMaterialObjectTwoSidedMaterialObject. setEmissiveColor(SFColorObject newValue)Assign typed object value to SFColor emissiveColor field, similar toTwoSidedMaterialObject.setEmissiveColor(float[]).FillPropertiesObjectFillPropertiesObject. setHatchColor(SFColorObject newValue)Assign typed object value to SFColor hatchColor field, similar toFillPropertiesObject.setHatchColor(float[]).MaterialObjectMaterialObject. setSpecularColor(SFColorObject newValue)Assign typed object value to SFColor specularColor field, similar toMaterialObject.setSpecularColor(float[]).TwoSidedMaterialObjectTwoSidedMaterialObject. setSpecularColor(SFColorObject newValue)Assign typed object value to SFColor specularColor field, similar toTwoSidedMaterialObject.setSpecularColor(float[]). -
Uses of SFColorObject in org.web3d.x3d.jsail.Texturing
Methods in org.web3d.x3d.jsail.Texturing with parameters of type SFColorObject Modifier and Type Method Description MultiTextureObjectMultiTextureObject. setColor(SFColorObject newValue)Assign typed object value to SFColor color field, similar toMultiTextureObject.setColor(float[]).