Package org.a11y.brlapi
Class DriverKeycode
- java.lang.Object
-
- org.a11y.brlapi.Component
-
- org.a11y.brlapi.NativeComponent
-
- org.a11y.brlapi.Keycode
-
- org.a11y.brlapi.DriverKeycode
-
public class DriverKeycode extends Keycode
-
-
Field Summary
Fields Modifier and Type Field Description static intKEY_NUMBER_ANY-
Fields inherited from class org.a11y.brlapi.Component
BYTE_MASK, UNICODE_BRAILLE_ROW
-
-
Constructor Summary
Constructors Constructor Description DriverKeycode(long code)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGroup()static intgetGroup(long code)intgetNumber()static intgetNumber(long code)longgetValue()static longgetValue(long code)booleanisPress()static booleanisPress(long code)java.lang.StringtoString()-
Methods inherited from class org.a11y.brlapi.Component
printf, toOperandName, toUnicodeBraille, toUnicodeBraille
-
-
-
-
Method Detail
-
isPress
public static boolean isPress(long code)
-
getValue
public static long getValue(long code)
-
getGroup
public static int getGroup(long code)
-
getNumber
public static int getNumber(long code)
-
isPress
public final boolean isPress()
-
getValue
public final long getValue()
-
getGroup
public final int getGroup()
-
getNumber
public final int getNumber()
-
-