Class CRTFlags


  • public final class CRTFlags
    extends java.lang.Object
    This class represents the flags which a entry in the CharacterRangeTable can have. The flags are bitwise ORed.
    See Also:
    CRTData, CRTable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getFlagNames()
      Returns the flag names of this instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFlagNames

        public java.lang.String[] getFlagNames()
        Returns the flag names of this instance.
        Returns:
        An array of Strings containing the flag names.