Uses of Class
org.web3d.x3d.jsail.Core.unitObject
Package | Description |
---|---|
org.web3d.x3d.jsail.Core |
-
Uses of unitObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return unitObject Modifier and Type Method Description unitObject
unitObject. addComments(java.lang.String newComment)
Add comment as String to contained commentsList.unitObject
unitObject. addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.unitObject
unitObject. addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.unitObject
headObject. findUnitByName(java.lang.String unitName)
Find contained unit statement by name, if present.unitObject
unitObject. setCategory(java.lang.String newValue)
Accessor method to assign String enumeration value ("angle" | "force" | "length" | "mass") to initializeOnly SFString field named category.unitObject
unitObject. setCategory(SFStringObject newValue)
Assign typed object value to SFString category field, similar tosetCategory(String)
.unitObject
unitObject. setConversionFactor(double newValue)
Accessor method to assign double value to inputOutput SFDouble field named conversionFactor.unitObject
unitObject. setConversionFactor(SFDoubleObject newValue)
Assign typed object value to SFDouble conversionFactor field, similar tosetConversionFactor(double)
.unitObject
unitObject. setName(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named name.unitObject
unitObject. setName(SFStringObject newValue)
Assign typed object value to SFString name field, similar tosetName(String)
.Methods in org.web3d.x3d.jsail.Core that return types with arguments of type unitObject Modifier and Type Method Description java.util.ArrayList<unitObject>
headObject. getUnitList()
Provide array of unitObject results (using an array consisting of properly typed nodes or ProtoInstanceObjects) from inputOutput MFNode field unit.Methods in org.web3d.x3d.jsail.Core with parameters of type unitObject Modifier and Type Method Description headObject
headObject. addUnit(unitObject newValue)
Add array of child unit nodes to array of existing nodes (if any).headObject
headObject. setUnit(unitObject newValue)
Set single child unit node, replacing prior array of existing nodes (if any).Method parameters in org.web3d.x3d.jsail.Core with type arguments of type unitObject Modifier and Type Method Description headObject
headObject. setUnitList(java.util.ArrayList<unitObject> newValue)
Accessor method to assign unitObject array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field unit.