-
Methods in org.web3d.x3d.jsail.Core that return componentObject
Modifier and Type |
Method |
Description |
componentObject |
componentObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
componentObject |
componentObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
componentObject |
componentObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
componentObject |
headObject.findComponentByName(java.lang.String componentName) |
Find contained component statement by name, if present.
|
componentObject |
componentObject.setLevel(int newValue) |
Accessor method to assign int value to inputOutput SFInt32 field named level.
|
componentObject |
componentObject.setLevel(SFInt32Object newValue) |
Assign typed object value to SFInt32 level field, similar to setLevel(int) .
|
componentObject |
componentObject.setName(java.lang.String newValue) |
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" | "Rendering" | "RigidBodyPhysics" | "Scripting" | "Shaders" | "Shape" | "Sound" | "Text" | "Texturing" | "Texturing3D" | "Time" | "VolumeRendering") to inputOutput SFString field named name.
|
componentObject |
componentObject.setName(SFStringObject newValue) |
Assign typed object value to SFString name field, similar to setName(String) .
|
Methods in org.web3d.x3d.jsail.Core that return types with arguments of type componentObject
Modifier and Type |
Method |
Description |
java.util.ArrayList<componentObject> |
headObject.getComponentList() |
Provide array of componentObject results (using an array consisting of properly typed nodes or ProtoInstanceObjects) from inputOutput MFNode field component.
|