Class IntegerSequencer

All Implemented Interfaces:
X3DChildNode, X3DNode, IntegerSequencer, X3DSequencerNode

public class IntegerSequencer extends X3DConcreteNode implements IntegerSequencer
IntegerSequencer generates periodic discrete integer values.

X3D node tooltip: [X3DSequencerNode] IntegerSequencer generates periodic discrete integer values. Authors can ROUTE value_changed output events to other SFInt32 attributes (for example, useful when animating whichChoice in a Switch node).
Package hint: This org.web3d.x3d.jsail concrete class is used for implementing a standalone X3D object as a Plain Old Java Object (POJO). If you are writing Java code for use inside an X3D Script node, compile separate code using only the org.web3d.x3d.sai package instead.
See Also:
  • Field Details

    • NAME

      public static final String NAME
      String constant NAME provides name of this element: IntegerSequencer.
      See Also:
    • COMPONENT

      public static final String COMPONENT
      String constant COMPONENT defines X3D component for the IntegerSequencer element: EventUtilities
      See Also:
    • LEVEL

      public static final int LEVEL
      Integer constant LEVEL provides default X3D EventUtilities component level for this element: 1
      See Also:
    • IS_DEFAULT_VALUE

      public static final IS IS_DEFAULT_VALUE
      SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    • KEY_DEFAULT_VALUE

      public static final ArrayList<Float> KEY_DEFAULT_VALUE
      MFFloat field named key has default value equal to an empty list.
    • KEYVALUE_DEFAULT_VALUE

      public static final ArrayList<Integer> KEYVALUE_DEFAULT_VALUE
      MFInt32 field named keyValue has default value equal to an empty list.
    • METADATA_DEFAULT_VALUE

      public static final X3DMetadataObject METADATA_DEFAULT_VALUE
      SFNode field named metadata has default value null (Java syntax) or NULL (XML syntax).
    • containerField_DEFAULT_VALUE

      public static final String containerField_DEFAULT_VALUE
      containerField describes typical field relationship of a node to its parent. Usage is not ordinarily needed when using this API, default value is provided for informational purposes.
      See Also:
    • fromField_IS

      public static final String fromField_IS
      fromField ROUTE name for SFNode field named IS.
      See Also:
    • fromField_KEY

      public static final String fromField_KEY
      fromField ROUTE name for MFFloat field named key.
      See Also:
    • toField_KEY

      public static final String toField_KEY
      toField ROUTE name for MFFloat field named key.
      See Also:
    • fromField_KEYVALUE

      public static final String fromField_KEYVALUE
      fromField ROUTE name for MFInt32 field named keyValue.
      See Also:
    • toField_KEYVALUE

      public static final String toField_KEYVALUE
      toField ROUTE name for MFInt32 field named keyValue.
      See Also:
    • fromField_METADATA

      public static final String fromField_METADATA
      fromField ROUTE name for SFNode field named metadata.
      See Also:
    • toField_METADATA

      public static final String toField_METADATA
      toField ROUTE name for SFNode field named metadata.
      See Also:
    • toField_NEXT

      public static final String toField_NEXT
      toField ROUTE name for SFBool field named next.
      See Also:
    • toField_PREVIOUS

      public static final String toField_PREVIOUS
      toField ROUTE name for SFBool field named previous.
      See Also:
    • toField_SET_FRACTION

      public static final String toField_SET_FRACTION
      toField ROUTE name for SFFloat field named set_fraction.
      See Also:
    • fromField_VALUE_CHANGED

      public static final String fromField_VALUE_CHANGED
      fromField ROUTE name for SFInt32 field named value_changed.
      See Also:
  • Constructor Details

    • IntegerSequencer

      public IntegerSequencer()
      Constructor for IntegerSequencer to initialize member variables with default values.
    • IntegerSequencer

      public IntegerSequencer(String DEFlabel)
      Utility constructor that assigns DEF label after initializing member variables with default values.
      Parameters:
      DEFlabel - unique DEF name for this X3D node
  • Method Details