| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Interpolation |
Interpolator nodes provide keyframe-based animation capability.
|
| Modifier and Type | Method and Description |
|---|---|
OrientationInterpolatorObject |
OrientationInterpolatorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.addKey(float newValue)
Add singleton float value to MFFloat key field.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.addKeyValue(SFRotationObject newValue)
Add singleton SFRotationObject value to MFRotation keyValue field.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.clearKey()
Utility method to clear MFFloat value of key field.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
OrientationInterpolatorObject |
OrientationInterpolatorObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
OrientationInterpolatorObject |
OrientationInterpolatorObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.setKey(java.util.ArrayList<java.lang.Float> newValue)
Assign ArrayList value of MFFloat key field, similar to
setKey(float[]). |
OrientationInterpolatorObject |
OrientationInterpolatorObject.setKey(float[] newValue)
Assign Float array to inputOutput MFFloat field named key.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.setKey(int[] newValue)
Assign floating-point array value of MFFloat key field, similar to
setKey(float[]). |
OrientationInterpolatorObject |
OrientationInterpolatorObject.setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar to
setKey(float[]). |
OrientationInterpolatorObject |
OrientationInterpolatorObject.setKeyValue(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput MFRotation field named keyValue.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.setKeyValue(MFRotationObject newValue)
Assign typed object value to MFRotation keyValue field, similar to
setKeyValue(float[]). |
OrientationInterpolatorObject |
OrientationInterpolatorObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.setUSE(OrientationInterpolatorObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
OrientationInterpolatorObject |
OrientationInterpolatorObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
OrientationInterpolatorObject |
OrientationInterpolatorObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
OrientationInterpolatorObject |
OrientationInterpolatorObject.setUSE(OrientationInterpolatorObject 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.