Class TableProperties


  • public class TableProperties
    extends java.lang.Object
    Provides common table features.
    Author:
    Joel HÃ¥kansson
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String IS_DISPLAY_FORMAT
      Defines that the table is meant for screen use, that is to say, does not contain binary type characters.
      static java.lang.String IS_ONE_TO_ONE
      Defines that table has a one-to-one mapping between character and braille pattern
    • Constructor Summary

      Constructors 
      Constructor Description
      TableProperties()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • IS_ONE_TO_ONE

        public static final java.lang.String IS_ONE_TO_ONE
        Defines that table has a one-to-one mapping between character and braille pattern
        See Also:
        Constant Field Values
      • IS_DISPLAY_FORMAT

        public static final java.lang.String IS_DISPLAY_FORMAT
        Defines that the table is meant for screen use, that is to say, does not contain binary type characters.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TableProperties

        public TableProperties()