| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| Modifier and Type | Method and Description |
|---|---|
LinePropertiesObject |
LinePropertiesObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
LinePropertiesObject |
LinePropertiesObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
LinePropertiesObject |
LinePropertiesObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
LinePropertiesObject |
LinePropertiesObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
LinePropertiesObject |
LinePropertiesObject.setApplied(boolean newValue)
Assign boolean value to inputOutput SFBool field named applied.
|
LinePropertiesObject |
LinePropertiesObject.setApplied(SFBoolObject newValue)
Assign typed object value to SFBool applied field, similar to
setApplied(boolean). |
LinePropertiesObject |
LinePropertiesObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
LinePropertiesObject |
LinePropertiesObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
LinePropertiesObject |
LinePropertiesObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
LinePropertiesObject |
LinePropertiesObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
LinePropertiesObject |
LinePropertiesObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
LinePropertiesObject |
LinePropertiesObject.setLinetype(int newValue)
Assign int value within allowed range of [1,infinity) to inputOutput SFInt32 field named linetype.
|
LinePropertiesObject |
LinePropertiesObject.setLinetype(SFInt32Object newValue)
Assign typed object value to SFInt32 linetype field, similar to
setLinetype(int). |
LinePropertiesObject |
LinePropertiesObject.setLinewidthScaleFactor(float newValue)
Assign float value to inputOutput SFFloat field named linewidthScaleFactor.
|
LinePropertiesObject |
LinePropertiesObject.setLinewidthScaleFactor(SFFloatObject newValue)
Assign typed object value to SFFloat linewidthScaleFactor field, similar to
setLinewidthScaleFactor(float). |
LinePropertiesObject |
LinePropertiesObject.setMetadata(ProtoInstanceObject newProtoInstanceNode)
Assign ProtoInstance to metadata field;
WARNING: ProtoInstance must match acceptable node type X3DMetadataObject.
|
LinePropertiesObject |
LinePropertiesObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LinePropertiesObject |
LinePropertiesObject.setUSE(LinePropertiesObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
LinePropertiesObject |
LinePropertiesObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
LinePropertiesObject |
LinePropertiesObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
LinePropertiesObject |
LinePropertiesObject.setUSE(LinePropertiesObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.