Uses of Class
org.web3d.x3d.jsail.fields.SFImage
Packages that use SFImage
Package
Description
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
The X3D Java fields package provides a
comprehensive set of strongly typed X3D Java classes for
concrete implementation of X3D field types.
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
-
Uses of SFImage in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFImageModifier and TypeMethodDescriptionfield.getValueSFImage()
If type matches, then get typed value of a SFImage field declaration.fieldValue.getValueSFImage()
If type matches, then get typed value of a SFImage fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFImageModifier and TypeMethodDescriptionfield.appendValue
(SFImage newValue) Append SFImage to field for value attribute.fieldValue.appendValue
(SFImage newValue) Append SFImage to fieldValue for value attribute.Set typed value of a SFImage field declaration.Set typed value of a SFImage fieldValue declaration. -
Uses of SFImage in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFImageModifier and TypeMethodDescriptionApply an SFImage value to this field.SFImage.setValueByString
(String newValue) Utility accessor for SFImage using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFImageModifier and TypeMethodDescriptionboolean
Determine whether two objects contain equal values.void
Assign a new value array; can be an SFImage primive array containing width, height, and components count, followed by array of pixels.Apply an SFImage value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFImage -
Uses of SFImage in org.web3d.x3d.jsail.Texturing
Methods in org.web3d.x3d.jsail.Texturing with parameters of type SFImageModifier and TypeMethodDescriptionAssign typed object value to SFImage image field, similar toPixelTexture.setImage(int[])
.