Class SoSFInt32


  • public class SoSFInt32
    extends SoSField
    Field containing a int32_t integer. A field containing a single long (32-bit) integer.

    SoSFInt32s are written to file as an integer in decimal, hexadecimal (beginning with '0x') or octal (beginning with '0') format.

    See Also:
    SoField, SoSField, SoMFInt32, SoSFUInt32
    • Constructor Detail

    • Method Detail

      • getValue

        public int getValue()
        Returns this field's value.
      • setValue

        public void setValue​(int newValue)
        Sets this field to newValue.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class SoField