Class SoSFUByte


  • public class SoSFUByte
    extends SoSField
    Field containing a uint8_t integer. A field containing a single unsigned byte (8-bit) integer.

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

    See Also:
    SoField, SoSField, SoMFUByte
    • Constructor Detail

    • Method Detail

      • getValue

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

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

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