Uses of Class
org.web3d.x3d.jsail.Core.Scene
Package
Description
The X3D Java Scene Access Interface Library (X3DJSAIL) provides a
comprehensive set of strongly typed X3D Java interfaces for
concrete implementation classes.
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.
-
Uses of Scene in org.web3d.x3d.jsail
Modifier and TypeMethodDescriptionX3DConcreteElement.findAncestorScene()
Find object reference to ancestor Scene element, assumes this object is an attached child. -
Uses of Scene in org.web3d.x3d.jsail.Core
Modifier and TypeFieldDescriptionstatic final Scene
SFNode field named Scene has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionScene.addChild
(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).Scene.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Scene.addComments
(String newComment) Add comment as CommentsBlock to children fieldScene.addComments
(String[] newComments) Add comments as String[] array to children fieldScene.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldScene.addLayerSet
(LayerSet newValue) Utility method to add single LayerSet to contained list of existing Scene root nodes (if any).Scene.addMetadata
(X3DMetadataObject newValue) Utility method to add single X3DMetadataNode to contained list of existing Scene root nodes (if any).Scene.clearChildren()
Utility method to clear MFNode value of children field.X3D.getScene()
Provide Scene instance (using a properly typed node) from inputOutput SFNode field Scene.Scene.setChildren
(ArrayList<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.final Scene
Scene.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Scene.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Scene
Scene.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Scene.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Scene
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.