JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

org.jpedal.examples.simpleviewer
Class MouseMode

java.lang.Object
  extended by org.jpedal.examples.simpleviewer.MouseMode

public class MouseMode
extends java.lang.Object

tracks option for our Viewer


Field Summary
static int MOUSE_MODE_PANNING
           
static int MOUSE_MODE_TEXT_SELECT
           
 
Constructor Summary
MouseMode()
           
 
Method Summary
 int getMouseMode()
           
 void setMouseMode(int mouseMode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOUSE_MODE_TEXT_SELECT

public static final int MOUSE_MODE_TEXT_SELECT
See Also:
Constant Field Values

MOUSE_MODE_PANNING

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

MouseMode

public MouseMode()
Method Detail

getMouseMode

public int getMouseMode()

setMouseMode

public void setMouseMode(int mouseMode)

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support