org.cresques.ui
Class CQCursor

java.lang.Object
  extended byorg.cresques.ui.CQCursor

public class CQCursor
extends java.lang.Object

Author:
"Luis W. Sevilla"

Field Summary
static int INFO_CURSOR
           
static int PAN_CURSOR
           
static int SELECT_CURSOR
           
static int ZOOMIN_CURSOR
           
static int ZOOMOUT_CURSOR
           
 
Constructor Summary
CQCursor()
           
 
Method Summary
static java.awt.Cursor getCursor(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ZOOMIN_CURSOR

public static int ZOOMIN_CURSOR

ZOOMOUT_CURSOR

public static int ZOOMOUT_CURSOR

PAN_CURSOR

public static int PAN_CURSOR

SELECT_CURSOR

public static int SELECT_CURSOR

INFO_CURSOR

public static int INFO_CURSOR
Constructor Detail

CQCursor

public CQCursor()
Method Detail

getCursor

public static java.awt.Cursor getCursor(int type)