Class UCharacterProperty.IntProperty

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int column  
      (package private) int mask  
      (package private) int shift  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntProperty​(int source)  
      IntProperty​(int column, int mask, int shift)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getMaxValue​(int which)  
      (package private) int getSource()  
      (package private) int getValue​(int c)  
      • Methods inherited from class java.lang.Object

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

      • column

        int column
      • mask

        int mask
      • shift

        int shift
    • Constructor Detail

      • IntProperty

        IntProperty​(int column,
                    int mask,
                    int shift)
      • IntProperty

        IntProperty​(int source)
    • Method Detail

      • getSource

        final int getSource()
      • getValue

        int getValue​(int c)
      • getMaxValue

        int getMaxValue​(int which)