Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai.eventutilities
Interface IntegerSequencer

All Superinterfaces:
X3DChildNode, X3DNode, X3DSequencerNode

public interface IntegerSequencer
extends X3DSequencerNode

Defines the requirements of an X3D IntegerSequencer node

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 void getKeyValue(int[] val)
          Return the keyValue value in the argument int[]
 int getNumKeyValue()
          Return the number of MFInt32 items in the keyValue field.
 int getValue()
          Return the value int value.
 void setKeyValue(int[] val)
          Set the keyValue field.
 
Methods inherited from interface org.web3d.x3d.sai.X3DSequencerNode
getKey, getNumKey, setFraction, setKey, setNext, setPrevious
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 

Method Detail

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.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium