public class TableProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
IS_DISPLAY_FORMAT
Defines that the table is meant for screen use, that is to say,
does not contain binary type characters.
|
static String |
IS_ONE_TO_ONE
Defines that table has a one-to-one mapping between character and braille pattern
|
Constructor and Description |
---|
TableProperties() |
public static final String IS_ONE_TO_ONE
public static final String IS_DISPLAY_FORMAT