Uses of Class
org.web3d.x3d.jsail.fields.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
Modifier 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.Modifier 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
Modifier 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).Modifier 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. -
Uses of SFImage in org.web3d.x3d.jsail.Texturing
Modifier and TypeMethodDescriptionAssign typed object value to SFImage image field, similar toPixelTexture.setImage(int[])
.