net.rfb
Class UnicodeToKeysym

java.lang.Object
  extended by net.rfb.UnicodeToKeysym

public class UnicodeToKeysym
extends java.lang.Object


Field Summary
static short[][] table
           
 
Constructor Summary
UnicodeToKeysym()
           
 
Method Summary
static int translate(int unicode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

public static short[][] table
Constructor Detail

UnicodeToKeysym

public UnicodeToKeysym()
Method Detail

translate

public static int translate(int unicode)