jpicedt.graphic.toolkit
Class CursorFactory
java.lang.Object
jpicedt.graphic.toolkit.CursorFactory
public class CursorFactory
- extends Object
A factory for custom cursors.
- Since:
- jPicEdt 1.3.1
- Version:
- $Id: CursorFactory.java,v 1.11 2013/03/27 06:59:01 vincentb1 Exp $
- Author:
- Sylvain Reynal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SELECT
public static final int SELECT
- See Also:
- Constant Field Values
DRAW
public static final int DRAW
- See Also:
- Constant Field Values
MOVE
public static final int MOVE
- See Also:
- Constant Field Values
N_RESIZE
public static final int N_RESIZE
- See Also:
- Constant Field Values
E_RESIZE
public static final int E_RESIZE
- See Also:
- Constant Field Values
S_RESIZE
public static final int S_RESIZE
- See Also:
- Constant Field Values
W_RESIZE
public static final int W_RESIZE
- See Also:
- Constant Field Values
NE_RESIZE
public static final int NE_RESIZE
- See Also:
- Constant Field Values
NW_RESIZE
public static final int NW_RESIZE
- See Also:
- Constant Field Values
SE_RESIZE
public static final int SE_RESIZE
- See Also:
- Constant Field Values
SW_RESIZE
public static final int SW_RESIZE
- See Also:
- Constant Field Values
ZOOM_IN
public static final int ZOOM_IN
- See Also:
- Constant Field Values
ZOOM_OUT
public static final int ZOOM_OUT
- See Also:
- Constant Field Values
MOVE_ENDPT
public static final int MOVE_ENDPT
- See Also:
- Constant Field Values
REMOVE_ENDPT
public static final int REMOVE_ENDPT
- See Also:
- Constant Field Values
ADD_ENDPT
public static final int ADD_ENDPT
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
- See Also:
- Constant Field Values
MOVE_ENDPT_FROM_CENTER
public static final int MOVE_ENDPT_FROM_CENTER
- See Also:
- Constant Field Values
MOVE_ONE_ONLY
public static final int MOVE_ONE_ONLY
- See Also:
- Constant Field Values
CZ_SELECT
public static final int CZ_SELECT
- See Also:
- Constant Field Values
CursorFactory
public CursorFactory()
getPECursor
public Cursor getPECursor(int type)
- Parameters:
type
- if type relates to a custom cursor, the cursor is cached the first time.
- Returns:
- a custom cursor from the given type.
Submit a bug : syd@jpicedt.org