Uses of Class
org.web3d.x3d.jsail.Core.component
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.
-
Uses of component in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptioncomponent.addComments
(String newComment) Add comment as String to contained commentsList.component.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.component.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.head.findComponentByName
(String componentName) Find contained component statement by name, if present.final component
component.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.component.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final component
component.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.component.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final component
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.component.setLevel
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named level.Assign typed object value to SFInt32 level field, similar tosetLevel(int)
.final component
Accessor method to assign String enumeration value ("Core" | "CADGeometry" | "CubeMapTexturing" | "DIS" | "EnvironmentalEffects" | "EnvironmentalSensor" | "EventUtilities" | "Followers" | "Geometry2D" | "Geometry3D" | "Geospatial" | "Grouping" | "HAnim" | "H-Anim" | "Interpolation" | "KeyDeviceSensor" | "Layering" | "Layout" | "Lighting" | "Navigation" | "Networking" | "NURBS" | "ParticleSystems" | "Picking" | "PointingDeviceSensor" | "TextureProjection" | "Rendering" | "RigidBodyPhysics" | "Scripting" | "Shaders" | "Shape" | "Sound" | "Text" | "Texturing" | "Texturing3D" | "Time" | "VolumeRendering") to inputOutput SFString field named name.Assign typed object value to SFString name field, similar tosetName(String)
.Modifier and TypeMethodDescriptionhead.getComponentList()
Provide array of component results (using an array consisting of properly typed nodes or ProtoInstances) from inputOutput MFNode field component.Modifier and TypeMethodDescriptionhead.addComponent
(component newValue) Add array of child component nodes to array of existing nodes (if any).head.setComponent
(component newValue) Set single child component node, replacing prior array of existing nodes (if any).Modifier and TypeMethodDescriptionhead.setComponentList
(ArrayList<component> newValue) Accessor method to assign component array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field component.