| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geometry2D |
The Geometry2D component defines how two-dimensional geometry is specified and what
shapes are available.
|
| Modifier and Type | Method and Description |
|---|---|
Polyline2DObject |
Polyline2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
Polyline2DObject |
Polyline2DObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
Polyline2DObject |
Polyline2DObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
Polyline2DObject |
Polyline2DObject.addLineSegments(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f lineSegments field.
|
Polyline2DObject |
Polyline2DObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
Polyline2DObject |
Polyline2DObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
Polyline2DObject |
Polyline2DObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Polyline2DObject |
Polyline2DObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
Polyline2DObject |
Polyline2DObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Polyline2DObject |
Polyline2DObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
Polyline2DObject |
Polyline2DObject.setLineSegments(float[] newValue)
Assign 2-tuple float array to initializeOnly MFVec2f field named lineSegments.
|
Polyline2DObject |
Polyline2DObject.setLineSegments(MFVec2fObject newValue)
Assign typed object value to MFVec2f lineSegments field, similar to
setLineSegments(float[]). |
Polyline2DObject |
Polyline2DObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
Polyline2DObject |
Polyline2DObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Polyline2DObject |
Polyline2DObject.setUSE(Polyline2DObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Polyline2DObject |
Polyline2DObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
Polyline2DObject |
Polyline2DObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
Polyline2DObject |
Polyline2DObject.setUSE(Polyline2DObject 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.