Package org.a11y.brlapi
Class BitMask
- java.lang.Object
-
- org.a11y.brlapi.Component
-
- org.a11y.brlapi.BitMask
-
public class BitMask extends Component
-
-
Field Summary
-
Fields inherited from class org.a11y.brlapi.Component
BYTE_MASK, UNICODE_BRAILLE_ROW
-
-
Constructor Summary
Constructors Constructor Description BitMask(byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getBitNumbers()
int
getSize()
boolean
isSet(int index)
java.lang.String
toString()
-
Methods inherited from class org.a11y.brlapi.Component
getObjectName, getObjectName, printf, toOperandName, toUnicodeBraille, toUnicodeBraille
-
-