IntegerSequencerObject |
IntegerSequencerObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
IntegerSequencerObject |
IntegerSequencerObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
IntegerSequencerObject |
IntegerSequencerObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
IntegerSequencerObject |
IntegerSequencerObject.addKey(float newValue) |
Add singleton float value to MFFloat key field.
|
IntegerSequencerObject |
IntegerSequencerObject.addKey(SFFloatObject newValue) |
Add singleton SFFloatObject value to MFFloat key field.
|
IntegerSequencerObject |
IntegerSequencerObject.addKeyValue(int newValue) |
Add singleton int value to MFInt32 keyValue field.
|
IntegerSequencerObject |
IntegerSequencerObject.addKeyValue(SFInt32Object newValue) |
Add singleton SFInt32Object value to MFInt32 keyValue field.
|
IntegerSequencerObject |
IntegerSequencerObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
IntegerSequencerObject |
IntegerSequencerObject.clearKey() |
Utility method to clear MFFloat value of key field.
|
IntegerSequencerObject |
IntegerSequencerObject.clearKeyValue() |
Utility method to clear MFInt32 value of keyValue field.
|
IntegerSequencerObject |
IntegerSequencerObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
IntegerSequencerObject |
IntegerSequencerObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
IntegerSequencerObject |
IntegerSequencerObject.setCssClass(SFStringObject newValue) |
|
IntegerSequencerObject |
IntegerSequencerObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
IntegerSequencerObject |
IntegerSequencerObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
IntegerSequencerObject |
IntegerSequencerObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
IntegerSequencerObject |
IntegerSequencerObject.setKey(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setKey(float[]) .
|
IntegerSequencerObject |
IntegerSequencerObject.setKey(float[] newValue) |
Accessor method to assign Float array to inputOutput MFFloat field named key.
|
IntegerSequencerObject |
IntegerSequencerObject.setKey(int[] newValue) |
Assign floating-point array value of MFFloat key field, similar to setKey(float[]) .
|
IntegerSequencerObject |
IntegerSequencerObject.setKey(java.util.ArrayList<java.lang.Float> newValue) |
|
IntegerSequencerObject |
IntegerSequencerObject.setKey(MFFloatObject newValue) |
Assign typed object value to MFFloat key field, similar to setKey(float[]) .
|
IntegerSequencerObject |
IntegerSequencerObject.setKeyValue(int[] newValue) |
Accessor method to assign Integer array to inputOutput MFInt32 field named keyValue.
|
IntegerSequencerObject |
IntegerSequencerObject.setKeyValue(java.util.ArrayList<java.lang.Integer> newValue) |
|
IntegerSequencerObject |
IntegerSequencerObject.setKeyValue(MFInt32Object newValue) |
|
IntegerSequencerObject |
IntegerSequencerObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
IntegerSequencerObject |
IntegerSequencerObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
IntegerSequencerObject |
IntegerSequencerObject.setNext(boolean newValue) |
Accessor method to assign boolean value to inputOnly SFBool field named next.
|
IntegerSequencerObject |
IntegerSequencerObject.setNext(SFBoolObject newValue) |
|
IntegerSequencerObject |
IntegerSequencerObject.setPrevious(boolean newValue) |
Accessor method to assign boolean value to inputOnly SFBool field named previous.
|
IntegerSequencerObject |
IntegerSequencerObject.setPrevious(SFBoolObject newValue) |
|
IntegerSequencerObject |
IntegerSequencerObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
IntegerSequencerObject |
IntegerSequencerObject.setUSE(IntegerSequencerObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|
IntegerSequencerObject |
IntegerSequencerObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|