Uses of Interface
org.web3d.x3d.sai.Layering.X3DViewportNode
Packages that use 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
Classes in org.web3d.x3d.jsail.Layering that implement X3DViewportNodeModifier and TypeClassDescriptionclass
Viewport is a Grouping node that can contain most nodes.Fields in org.web3d.x3d.jsail.Layering declared as X3DViewportNodeModifier and TypeFieldDescriptionstatic final X3DViewportNode
Layer.VIEWPORT_DEFAULT_VALUE
SFNode field named viewport has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Layering that return X3DViewportNodeModifier and TypeMethodDescriptionLayer.getViewport()
Provide org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) from inputOutput SFNode field viewport.Methods in org.web3d.x3d.jsail.Layering with parameters of type X3DViewportNodeModifier 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
Fields in org.web3d.x3d.jsail.Layout declared as X3DViewportNodeModifier 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).Methods in org.web3d.x3d.jsail.Layout that return X3DViewportNodeModifier 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.Methods in org.web3d.x3d.jsail.Layout with parameters of type X3DViewportNodeModifier 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
Subinterfaces of X3DViewportNode in org.web3d.x3d.sai.LayeringModifier and TypeInterfaceDescriptioninterface
Viewport is a Grouping node that can contain most nodes.Methods in org.web3d.x3d.sai.Layering that return X3DViewportNodeModifier 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.Methods in org.web3d.x3d.sai.Layering with parameters of type X3DViewportNodeModifier 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
Methods in org.web3d.x3d.sai.Layout that return X3DViewportNodeModifier 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.Methods in org.web3d.x3d.sai.Layout with parameters of type X3DViewportNodeModifier 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.