Class SoSFShort


public class SoSFShort extends SoSField
Field containing a short integer. A field containing a short (16-bit) integer.

SoSFShorts are written to file as a single short integer value, represented as decimal, hexadecimal (beginning with '0x') or octal (beginning with '0') value.

See Also:
  • Constructor Details

  • Method Details

    • getValue

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

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

      public boolean equals(Object obj)
      Overrides:
      equals in class SoField