Package org.a11y.brlapi
Class ParameterComponent
java.lang.Object
org.a11y.brlapi.Component
org.a11y.brlapi.ParameterComponent
- Direct Known Subclasses:
Parameter
,Parameters
,ParameterWatcher
,RowCells
-
Field Summary
Fields inherited from class org.a11y.brlapi.Component
BYTE_MASK, UNICODE_BRAILLE_ROW
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BitMask
static boolean
static boolean[]
asBooleanArray
(Object value) static byte
static byte[]
asByteArray
(Object value) static DisplaySize
asDisplaySize
(Object value) static String
asDots
(byte cell) static String
asDots
(byte[] cells) static int
static int[]
asIntArray
(Object value) static long
static long[]
asLongArray
(Object value) static RowCells
asRowCells
(Object value) static short
static short[]
asShortArray
(Object value) static String
static String
Methods inherited from class org.a11y.brlapi.Component
getObjectName, getObjectName, printf, toOperandName, toUnicodeBraille, toUnicodeBraille
-
Constructor Details
-
ParameterComponent
protected ParameterComponent()
-
-
Method Details
-
asString
-
asBooleanArray
-
asByteArray
-
asShortArray
-
asIntArray
-
asLongArray
-
asBoolean
-
asByte
-
asShort
-
asInt
-
asLong
-
asDisplaySize
-
asBitMask
-
asRowCells
-
asDots
-
asDots
-
toString
-