eTextReader.tabletpc
Class InkUtils

java.lang.Object
  extended by eTextReader.tabletpc.InkUtils

public class InkUtils
extends java.lang.Object


Field Summary
private static boolean isTablet
           
static int LANDSCAPE
           
static int PORTRAIT
           
static int TABLET_ANNOTATION_PORT
           
private static boolean tabletTested
           
 
Constructor Summary
InkUtils()
           
 
Method Summary
static java.net.Socket connectToInkServer()
           
static int getTabletOrientation()
           
static void hideTabletInputPanel(java.awt.Component container)
           
static boolean isTabletPC()
           
static void main(java.lang.String[] args)
           
static void showTabletInputPanel(boolean show, java.awt.Component container)
           
static void showTabletInputPanel(java.awt.Component container)
           
static void startInkServer()
           
static void stopInkServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLET_ANNOTATION_PORT

public static final int TABLET_ANNOTATION_PORT
See Also:
Constant Field Values

PORTRAIT

public static final int PORTRAIT
See Also:
Constant Field Values

LANDSCAPE

public static final int LANDSCAPE
See Also:
Constant Field Values

tabletTested

private static boolean tabletTested

isTablet

private static boolean isTablet
Constructor Detail

InkUtils

public InkUtils()
Method Detail

getTabletOrientation

public static final int getTabletOrientation()

showTabletInputPanel

public static void showTabletInputPanel(java.awt.Component container)

hideTabletInputPanel

public static void hideTabletInputPanel(java.awt.Component container)

showTabletInputPanel

public static void showTabletInputPanel(boolean show,
                                        java.awt.Component container)

connectToInkServer

public static java.net.Socket connectToInkServer()

isTabletPC

public static boolean isTabletPC()

startInkServer

public static void startInkServer()

stopInkServer

public static void stopInkServer()

main

public static void main(java.lang.String[] args)