Interface SFInt32

All Superinterfaces:
X3DField
All Known Implementing Classes:
SFInt32

public interface SFInt32
extends X3DField
SFInt32 specifies one 32-bit signed integer.


Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also:
SAI Java Specification: B.4.19, SAI Abstract Specification: 5.2.15 SAIFieldType, X3D Abstract Specification: 5.3.7 SFInt32 and MFInt32, X3D Tooltips, X3D Tooltips: field, X3D Tooltips: fieldValue, X3D Scene Authoring Hints
  • Method Details

    • getValue

      int getValue()
      Get the current value.
      Returns:
      current value
    • setValue

      void setValue​(int newValue)
      Assign a new value to this field.
      Parameters:
      newValue - The new value to set