Uses of Class
org.web3d.x3d.jsail.fields.SFImageObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core | |
| org.web3d.x3d.jsail.fields | |
| org.web3d.x3d.jsail.Texturing |
-
Uses of SFImageObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFImageObject Modifier and Type Method Description SFImageObjectfieldObject. getValueSFImage()If type matches, then get typed value of a SFImage field declaration.SFImageObjectfieldValueObject. getValueSFImage()If type matches, then get typed value of a SFImage fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFImageObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(SFImageObject newValue)Append SFImageObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(SFImageObject newValue)Append SFImageObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(SFImageObject newValue)Set typed value of a SFImage field declaration.fieldValueObjectfieldValueObject. setValue(SFImageObject newValue)Set typed value of a SFImage fieldValue declaration. -
Uses of SFImageObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFImageObject Modifier and Type Method Description SFImageObjectSFImageObject. setValue(SFImageObject newValue)Apply an SFImageObject value to this field.SFImageObjectSFImageObject. setValueByString(java.lang.String newValue)Utility accessor for SFImageObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFImageObject Modifier and Type Method Description booleanSFImageObject. equals(SFImageObject comparisonSFImageObject)Determine whether two objects contain equal values.voidMFImageObject. setValue(SFImageObject newValue)Assign a new value array; can be an SFImage primive array containing width, height, and components count, followed by array of pixels.SFImageObjectSFImageObject. setValue(SFImageObject newValue)Apply an SFImageObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFImageObject Constructor Description MFImageObject(SFImageObject newValue)Utility constructor for MFImageObject to assign a single SFImageObject as new initial value.SFImageObject(SFImageObject newValue)Constructor to copy an SFImageObject value as initial value for this new field object. -
Uses of SFImageObject in org.web3d.x3d.jsail.Texturing
Methods in org.web3d.x3d.jsail.Texturing with parameters of type SFImageObject Modifier and Type Method Description PixelTextureObjectPixelTextureObject. setImage(SFImageObject newValue)Assign typed object value to SFImage image field, similar toPixelTextureObject.setImage(int[]).