public abstract class Component
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BYTE_MASK |
static char |
UNICODE_BRAILLE_ROW |
Modifier | Constructor and Description |
---|---|
protected |
Component() |
Modifier and Type | Method and Description |
---|---|
static void |
printf(java.lang.String format,
java.lang.Object... arguments) |
static java.lang.String |
toOperandName(java.lang.String string) |
static char |
toUnicodeBraille(byte dots) |
static java.lang.String |
toUnicodeBraille(byte[] dots) |
public static final int BYTE_MASK
public static final char UNICODE_BRAILLE_ROW
public static char toUnicodeBraille(byte dots)
public static java.lang.String toUnicodeBraille(byte[] dots)
public static void printf(java.lang.String format, java.lang.Object... arguments)
public static java.lang.String toOperandName(java.lang.String string)