CylinderObject |
CylinderObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
CylinderObject |
CylinderObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
CylinderObject |
CylinderObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
CylinderObject |
CylinderObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
CylinderObject |
CylinderObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
CylinderObject |
CylinderObject.setBottom(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named bottom.
|
CylinderObject |
CylinderObject.setBottom(SFBoolObject newValue) |
|
CylinderObject |
CylinderObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
CylinderObject |
CylinderObject.setCssClass(SFStringObject newValue) |
|
CylinderObject |
CylinderObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
CylinderObject |
CylinderObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
CylinderObject |
CylinderObject.setHeight(double newValue) |
Utility method: double-precision set-parameter accessor for X3D floating-point type, similar to setHeight(float) .
|
CylinderObject |
CylinderObject.setHeight(float newValue) |
Accessor method to assign float value to initializeOnly SFFloat field named height.
|
CylinderObject |
CylinderObject.setHeight(SFFloatObject newValue) |
|
CylinderObject |
CylinderObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
CylinderObject |
CylinderObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
CylinderObject |
CylinderObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CylinderObject |
CylinderObject.setRadius(double newValue) |
Utility method: double-precision set-parameter accessor for X3D floating-point type, similar to setRadius(float) .
|
CylinderObject |
CylinderObject.setRadius(float newValue) |
Accessor method to assign float value to initializeOnly SFFloat field named radius.
|
CylinderObject |
CylinderObject.setRadius(SFFloatObject newValue) |
|
CylinderObject |
CylinderObject.setSide(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named side.
|
CylinderObject |
CylinderObject.setSide(SFBoolObject newValue) |
|
CylinderObject |
CylinderObject.setSolid(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named solid.
|
CylinderObject |
CylinderObject.setSolid(SFBoolObject newValue) |
|
CylinderObject |
CylinderObject.setTop(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named top.
|
CylinderObject |
CylinderObject.setTop(SFBoolObject newValue) |
|
CylinderObject |
CylinderObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
CylinderObject |
CylinderObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
CylinderObject |
CylinderObject.setUSE(CylinderObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|