Tesseract 3.01
|
Static Public Member Functions | |
static void | addMessage (SVEvent e) |
static String | receiveMessage () throws IOException |
static void | exit () |
static void | main (String[] args) |
Static Public Attributes | |
static int | SERVER_PORT = 8461 |
static BufferedReader | in |
static float | polylineXCoords [] |
static float | polylineYCoords [] |
static int | polylineSize |
static int | polylineScanned |
Static Package Attributes | |
static int | nrInputLines = 0 |
static boolean | debugViewNetworkTraffic = false |
The ScrollView class is the main class which gets started from the command line. It sets up LUA and handles the network processing.
static void com::google::scrollview::ScrollView::addMessage | ( | SVEvent | e | ) | [inline, static] |
Add a new message to the outgoing queue
static void com::google::scrollview::ScrollView::exit | ( | ) | [inline, static] |
Called from the client to make the server exit.
static void com::google::scrollview::ScrollView::main | ( | String[] | args | ) | [inline, static] |
The main function. Sets up LUA and the server connection and then calls the IOLoop.
static String com::google::scrollview::ScrollView::receiveMessage | ( | ) | throws IOException [inline, static] |
Read one message from client (assuming there are any).
boolean com::google::scrollview::ScrollView::debugViewNetworkTraffic = false [static, package] |
Prints all received messages to the console if true.
BufferedReader com::google::scrollview::ScrollView::in [static] |
int com::google::scrollview::ScrollView::nrInputLines = 0 [static, package] |
Keeps track of the number of messages received.
int com::google::scrollview::ScrollView::polylineScanned [static] |
int com::google::scrollview::ScrollView::polylineSize [static] |
float com::google::scrollview::ScrollView::polylineXCoords[] [static] |
float com::google::scrollview::ScrollView::polylineYCoords[] [static] |
int com::google::scrollview::ScrollView::SERVER_PORT = 8461 [static] |
The port our server listens at.