gnu.x11.keysym
Class Latin4

java.lang.Object
  extended by gnu.x11.keysym.Latin4

public class Latin4
extends java.lang.Object

Latin 4-specific keyboard symbols. Imported from XK_LATIN4 section of /usr/include/X11/keysymdef.h. Note that byte 3 = 0x03.


Field Summary
static int AMACRON
           
static int AMACRON_SMALL
           
static int EABOVEDOT
           
static int EABOVEDOT_SMALL
           
static int EMACRON
           
static int EMACRON_SMALL
           
static int ENG
           
static int ENG_SMALL
           
static int GCEDILLA
           
static int GCEDILLA_SMALL
           
static int IMACRON
           
static int IMACRON_SMALL
           
static int IOGONEK
           
static int IOGONEK_SMALL
           
static int ITILDE
           
static int ITILDE_SMALL
           
static int KAPPA
           
static int KCEDILLA
           
static int KCEDILLA_SMALL
           
static int KRA
           
static int LCEDILLA
           
static int LCEDILLA_SMALL
           
static int NCEDILLA
           
static int NCEDILLA_SMALL
           
static int OMACRON
           
static int OMACRON_SMALL
           
static int RCEDILLA
           
static int RCEDILLA_SMALL
           
static int TSLASH
           
static int TSLASH_SMALL
           
static int UMACRON
           
static int UMACRON_SMALL
           
static int UOGONEK
           
static int UOGONEK_SMALL
           
static int UTILDE
           
static int UTILDE_SMALL
           
 
Constructor Summary
Latin4()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KRA

public static final int KRA
See Also:
Constant Field Values

KAPPA

public static final int KAPPA
See Also:
Constant Field Values

RCEDILLA

public static final int RCEDILLA
See Also:
Constant Field Values

ITILDE

public static final int ITILDE
See Also:
Constant Field Values

LCEDILLA

public static final int LCEDILLA
See Also:
Constant Field Values

EMACRON

public static final int EMACRON
See Also:
Constant Field Values

GCEDILLA

public static final int GCEDILLA
See Also:
Constant Field Values

TSLASH

public static final int TSLASH
See Also:
Constant Field Values

RCEDILLA_SMALL

public static final int RCEDILLA_SMALL
See Also:
Constant Field Values

ITILDE_SMALL

public static final int ITILDE_SMALL
See Also:
Constant Field Values

LCEDILLA_SMALL

public static final int LCEDILLA_SMALL
See Also:
Constant Field Values

EMACRON_SMALL

public static final int EMACRON_SMALL
See Also:
Constant Field Values

GCEDILLA_SMALL

public static final int GCEDILLA_SMALL
See Also:
Constant Field Values

TSLASH_SMALL

public static final int TSLASH_SMALL
See Also:
Constant Field Values

ENG

public static final int ENG
See Also:
Constant Field Values

ENG_SMALL

public static final int ENG_SMALL
See Also:
Constant Field Values

AMACRON

public static final int AMACRON
See Also:
Constant Field Values

IOGONEK

public static final int IOGONEK
See Also:
Constant Field Values

EABOVEDOT

public static final int EABOVEDOT
See Also:
Constant Field Values

IMACRON

public static final int IMACRON
See Also:
Constant Field Values

NCEDILLA

public static final int NCEDILLA
See Also:
Constant Field Values

OMACRON

public static final int OMACRON
See Also:
Constant Field Values

KCEDILLA

public static final int KCEDILLA
See Also:
Constant Field Values

UOGONEK

public static final int UOGONEK
See Also:
Constant Field Values

UTILDE

public static final int UTILDE
See Also:
Constant Field Values

UMACRON

public static final int UMACRON
See Also:
Constant Field Values

AMACRON_SMALL

public static final int AMACRON_SMALL
See Also:
Constant Field Values

IOGONEK_SMALL

public static final int IOGONEK_SMALL
See Also:
Constant Field Values

EABOVEDOT_SMALL

public static final int EABOVEDOT_SMALL
See Also:
Constant Field Values

IMACRON_SMALL

public static final int IMACRON_SMALL
See Also:
Constant Field Values

NCEDILLA_SMALL

public static final int NCEDILLA_SMALL
See Also:
Constant Field Values

OMACRON_SMALL

public static final int OMACRON_SMALL
See Also:
Constant Field Values

KCEDILLA_SMALL

public static final int KCEDILLA_SMALL
See Also:
Constant Field Values

UOGONEK_SMALL

public static final int UOGONEK_SMALL
See Also:
Constant Field Values

UTILDE_SMALL

public static final int UTILDE_SMALL
See Also:
Constant Field Values

UMACRON_SMALL

public static final int UMACRON_SMALL
See Also:
Constant Field Values
Constructor Detail

Latin4

public Latin4()