gnu.x11.keysym
Class Special
java.lang.Object
gnu.x11.keysym.Special
public class Special
- extends java.lang.Object
Special-specific keyboard symbols. Imported from
XK_SPECIAL
section of
/usr/include/X11/keysymdef.h
. Note that byte 3 = 0x09.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BLANK
public static final int BLANK
- See Also:
- Constant Field Values
SOLID_DIAMOND
public static final int SOLID_DIAMOND
- See Also:
- Constant Field Values
CHECKER_BOARD
public static final int CHECKER_BOARD
- See Also:
- Constant Field Values
HT
public static final int HT
- See Also:
- Constant Field Values
FF
public static final int FF
- See Also:
- Constant Field Values
CR
public static final int CR
- See Also:
- Constant Field Values
LF
public static final int LF
- See Also:
- Constant Field Values
NL
public static final int NL
- See Also:
- Constant Field Values
VT
public static final int VT
- See Also:
- Constant Field Values
LOW_RIGHT_CORNER
public static final int LOW_RIGHT_CORNER
- See Also:
- Constant Field Values
UP_RIGHT_CORNER
public static final int UP_RIGHT_CORNER
- See Also:
- Constant Field Values
UP_LEFT_CORNER
public static final int UP_LEFT_CORNER
- See Also:
- Constant Field Values
LOW_LEFT_CORNER
public static final int LOW_LEFT_CORNER
- See Also:
- Constant Field Values
CROSSING_LINES
public static final int CROSSING_LINES
- See Also:
- Constant Field Values
HORIZ_LINE_SCAN1
public static final int HORIZ_LINE_SCAN1
- See Also:
- Constant Field Values
HORIZ_LINE_SCAN3
public static final int HORIZ_LINE_SCAN3
- See Also:
- Constant Field Values
HORIZ_LINE_SCAN5
public static final int HORIZ_LINE_SCAN5
- See Also:
- Constant Field Values
HORIZ_LINE_SCAN7
public static final int HORIZ_LINE_SCAN7
- See Also:
- Constant Field Values
HORIZ_LINE_SCAN9
public static final int HORIZ_LINE_SCAN9
- See Also:
- Constant Field Values
LEFTT
public static final int LEFTT
- See Also:
- Constant Field Values
RIGHTT
public static final int RIGHTT
- See Also:
- Constant Field Values
BOTT
public static final int BOTT
- See Also:
- Constant Field Values
TOPT
public static final int TOPT
- See Also:
- Constant Field Values
VERT_BAR
public static final int VERT_BAR
- See Also:
- Constant Field Values
Special
public Special()