Tesseract 3.01
com::google::scrollview::ScrollView Class Reference

List of all members.

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

Detailed Description

The ScrollView class is the main class which gets started from the command line. It sets up LUA and handles the network processing.

Author:
wanke@google.com

Member Function Documentation

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).


Member Data Documentation

Prints all received messages to the console if true.

BufferedReader com::google::scrollview::ScrollView::in [static]

Keeps track of the number of messages received.

The port our server listens at.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines