Package org.web3d.x3d.sai.eventutilities
Interface IntegerSequencer
- All Superinterfaces:
X3DChildNode,X3DNode,X3DSequencerNode
- All Known Implementing Classes:
SAIIntegerSequencer,SAIIntegerSequencer
Defines the requirements of an X3D IntegerSequencer node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetKeyValue(int[] val) Return the keyValue value in the argument int[]intReturn the number of MFInt32 items in the keyValue field.intgetValue()Return the value int value.voidsetKeyValue(int[] val) Set the keyValue field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadataMethods inherited from interface org.web3d.x3d.sai.X3DSequencerNode
getKey, getNumKey, setFraction, setKey, setNext, setPrevious
-
Method Details
-
getNumKeyValue
int getNumKeyValue()Return the number of MFInt32 items in the keyValue field.- Returns:
- the number of MFInt32 items in the keyValue field.
-
getKeyValue
void getKeyValue(int[] val) Return the keyValue value in the argument int[]- Parameters:
val- The int[] to initialize.
-
setKeyValue
void setKeyValue(int[] val) Set the keyValue field.- Parameters:
val- The int[] to set.
-
getValue
int getValue()Return the value int value.- Returns:
- The value int value.
-