| Package | Description |
|---|---|
| org.web3d.x3d.jsail.CubeMapTexturing |
The Cube Map Environmental Texturing component describes how additional texturing
effects are defined to produce environmental effects such as reflections from objects.
|
| org.web3d.x3d.jsail.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| org.web3d.x3d.jsail.Texturing3D |
The Texturing3D component specifies how 3D volumetric textures describe surface properties
as data points in a volume of space, rather than a flat surface.
|
| org.web3d.x3d.jsail.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| org.web3d.x3d.sai.CubeMapTexturing |
The Cube Map Environmental Texturing component describes how additional texturing
effects are defined to produce environmental effects such as reflections from objects.
|
| org.web3d.x3d.sai.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| org.web3d.x3d.sai.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| Modifier and Type | Method and Description |
|---|---|
X3DTexture2DNode |
ComposedCubeMapTextureObject.getBack()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field back.
|
X3DTexture2DNode |
ComposedCubeMapTextureObject.getBottom()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field bottom.
|
X3DTexture2DNode |
ComposedCubeMapTextureObject.getFront()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field front.
|
X3DTexture2DNode |
ComposedCubeMapTextureObject.getLeft()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field left.
|
X3DTexture2DNode |
ComposedCubeMapTextureObject.getRight()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field right.
|
X3DTexture2DNode |
ComposedCubeMapTextureObject.getTop()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field top.
|
| Modifier and Type | Method and Description |
|---|---|
ComposedCubeMapTextureObject |
ComposedCubeMapTextureObject.setBack(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field back.
|
ComposedCubeMapTextureObject |
ComposedCubeMapTextureObject.setBottom(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field bottom.
|
ComposedCubeMapTextureObject |
ComposedCubeMapTextureObject.setFront(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field front.
|
ComposedCubeMapTextureObject |
ComposedCubeMapTextureObject.setLeft(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field left.
|
ComposedCubeMapTextureObject |
ComposedCubeMapTextureObject.setRight(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field right.
|
ComposedCubeMapTextureObject |
ComposedCubeMapTextureObject.setTop(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field top.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageTextureObject
X3D node tooltip: [X3DTexture2DNode,X3DUrlObject] ImageTexture maps a 2D-image file onto a geometric shape.
|
class |
MovieTextureObject
X3D node tooltip: [X3DTexture2DNode,X3DSoundSourceNode,X3DUrlObject] MovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node.
|
class |
PixelTextureObject
X3D node tooltip: [X3DTexture2DNode] PixelTexture creates a 2D-image texture map using a numeric array of pixel values.
|
| Modifier and Type | Method and Description |
|---|---|
ComposedTexture3DObject |
ComposedTexture3DObject.setTexture(java.util.ArrayList<X3DTexture2DNode> newValue)
Assign ArrayList value of MFNode texture field, similar to
ComposedTexture3DObject.setTexture(X3DNode[]). |
| Modifier and Type | Method and Description |
|---|---|
X3DTexture2DNode |
BlendedVolumeStyleObject.getWeightTransferFunction1()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field weightTransferFunction1.
|
X3DTexture2DNode |
BlendedVolumeStyleObject.getWeightTransferFunction2()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field weightTransferFunction2.
|
| Modifier and Type | Method and Description |
|---|---|
BlendedVolumeStyleObject |
BlendedVolumeStyleObject.setWeightTransferFunction1(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field weightTransferFunction1.
|
BlendedVolumeStyleObject |
BlendedVolumeStyleObject.setWeightTransferFunction2(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field weightTransferFunction2.
|
| Modifier and Type | Method and Description |
|---|---|
X3DTexture2DNode |
ComposedCubeMapTexture.getBack()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field back.
|
X3DTexture2DNode |
ComposedCubeMapTexture.getBottom()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field bottom.
|
X3DTexture2DNode |
ComposedCubeMapTexture.getFront()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field front.
|
X3DTexture2DNode |
ComposedCubeMapTexture.getLeft()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field left.
|
X3DTexture2DNode |
ComposedCubeMapTexture.getRight()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field right.
|
X3DTexture2DNode |
ComposedCubeMapTexture.getTop()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field top.
|
| Modifier and Type | Method and Description |
|---|---|
ComposedCubeMapTexture |
ComposedCubeMapTexture.setBack(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field back.
|
ComposedCubeMapTexture |
ComposedCubeMapTexture.setBottom(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field bottom.
|
ComposedCubeMapTexture |
ComposedCubeMapTexture.setFront(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field front.
|
ComposedCubeMapTexture |
ComposedCubeMapTexture.setLeft(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field left.
|
ComposedCubeMapTexture |
ComposedCubeMapTexture.setRight(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field right.
|
ComposedCubeMapTexture |
ComposedCubeMapTexture.setTop(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field top.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImageTexture
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
MovieTexture
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
PixelTexture
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DTexture2DNode |
X3DTexture2DNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DTexture2DNode |
X3DTexture2DNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DTexture2DNode |
X3DTexture2DNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DTexture2DNode |
X3DTexture2DNode.setRepeatS(boolean newValue)
Assign boolean value to initializeOnly SFBool field named repeatS.
|
X3DTexture2DNode |
X3DTexture2DNode.setRepeatT(boolean newValue)
Assign boolean value to initializeOnly SFBool field named repeatT.
|
X3DTexture2DNode |
X3DTexture2DNode.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
X3DTexture2DNode |
X3DTexture2DNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
X3DTexture2DNode |
BlendedVolumeStyle.getWeightTransferFunction1()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field weightTransferFunction1.
|
X3DTexture2DNode |
BlendedVolumeStyle.getWeightTransferFunction2()
Provide X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field weightTransferFunction2.
|
| Modifier and Type | Method and Description |
|---|---|
BlendedVolumeStyle |
BlendedVolumeStyle.setWeightTransferFunction1(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field weightTransferFunction1.
|
BlendedVolumeStyle |
BlendedVolumeStyle.setWeightTransferFunction2(X3DTexture2DNode newValue)
Assign X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field weightTransferFunction2.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.