Uses of Interface
org.web3d.x3d.sai.Layering.X3DViewportNode
Package
Description
The Layering component describes how to layer a set of subscene layers into a composite scene.
The Layout component defines how to precisely position content in a scene in relation to the rendered results, especially for integrating 2D content with 3D content.
The Layering component describes how to layer a set of subscene layers into a composite scene.
The Layout component defines how to precisely position content in a scene in relation to the rendered results, especially for integrating 2D content with 3D content.
-
Uses of X3DViewportNode in org.web3d.x3d.jsail.Layering
Modifier and TypeClassDescriptionclass
Viewport is a Grouping node that can contain most nodes.Modifier and TypeFieldDescriptionstatic final X3DViewportNode
Layer.VIEWPORT_DEFAULT_VALUE
SFNode field named viewport has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionLayer.getViewport()
Provide org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) from inputOutput SFNode field viewport.Modifier and TypeMethodDescriptionLayer.setViewport
(X3DViewportNode newValue) Accessor method to assign org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport. -
Uses of X3DViewportNode in org.web3d.x3d.jsail.Layout
Modifier and TypeFieldDescriptionstatic final X3DViewportNode
LayoutGroup.VIEWPORT_DEFAULT_VALUE
SFNode field named viewport has default value null (Java syntax) or NULL (XML syntax).static final X3DViewportNode
LayoutLayer.VIEWPORT_DEFAULT_VALUE
SFNode field named viewport has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionLayoutGroup.getViewport()
Provide org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) from inputOutput SFNode field viewport.LayoutLayer.getViewport()
Provide org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) from inputOutput SFNode field viewport.Modifier and TypeMethodDescriptionLayoutGroup.setViewport
(X3DViewportNode newValue) Accessor method to assign org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.LayoutLayer.setViewport
(X3DViewportNode newValue) Accessor method to assign org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport. -
Uses of X3DViewportNode in org.web3d.x3d.sai.Layering
Modifier and TypeInterfaceDescriptioninterface
Viewport is a Grouping node that can contain most nodes.Modifier and TypeMethodDescriptionLayer.getViewport()
Provide org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) from inputOutput SFNode field viewport.X3DLayerNode.getViewport()
Provide org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) from inputOutput SFNode field viewport.X3DViewportNode.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.X3DViewportNode.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.X3DViewportNode.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.X3DViewportNode.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.X3DViewportNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DViewportNode.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.Modifier and TypeMethodDescriptionLayer.setViewport
(X3DViewportNode newValue) Accessor method to assign org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.X3DLayerNode.setViewport
(X3DViewportNode newValue) Accessor method to assign org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport. -
Uses of X3DViewportNode in org.web3d.x3d.sai.Layout
Modifier and TypeMethodDescriptionLayoutGroup.getViewport()
Provide org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) from inputOutput SFNode field viewport.LayoutLayer.getViewport()
Provide org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) from inputOutput SFNode field viewport.Modifier and TypeMethodDescriptionLayoutGroup.setViewport
(X3DViewportNode newValue) Accessor method to assign org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.LayoutLayer.setViewport
(X3DViewportNode newValue) Accessor method to assign org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.