public class CursorFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ADD_ENDPT |
static int |
DRAW |
static int |
E_RESIZE |
static int |
INVALID |
static int |
MOVE |
static int |
MOVE_ENDPT |
static int |
MOVE_ENDPT_FROM_CENTER |
static int |
N_RESIZE |
static int |
NE_RESIZE |
static int |
NW_RESIZE |
static int |
REMOVE_ENDPT |
static int |
S_RESIZE |
static int |
SE_RESIZE |
static int |
SELECT |
static int |
SW_RESIZE |
static int |
W_RESIZE |
static int |
ZOOM_IN |
static int |
ZOOM_OUT |
Constructor and Description |
---|
CursorFactory() |
Modifier and Type | Method and Description |
---|---|
java.awt.Cursor |
getPECursor(int type) |
public static final int SELECT
public static final int DRAW
public static final int MOVE
public static final int N_RESIZE
public static final int E_RESIZE
public static final int S_RESIZE
public static final int W_RESIZE
public static final int NE_RESIZE
public static final int NW_RESIZE
public static final int SE_RESIZE
public static final int SW_RESIZE
public static final int ZOOM_IN
public static final int ZOOM_OUT
public static final int MOVE_ENDPT
public static final int REMOVE_ENDPT
public static final int ADD_ENDPT
public static final int INVALID
public static final int MOVE_ENDPT_FROM_CENTER
Submit a bug : syd@jpicedt.org