Package jpicedt.graphic.toolkit
Class CursorFactory
- java.lang.Object
-
- jpicedt.graphic.toolkit.CursorFactory
-
public class CursorFactory extends java.lang.ObjectA factory for custom cursors.- Since:
- jPicEdt 1.3.1
- Version:
- $Id: CursorFactory.java,v 1.5.2.1 2007/09/02 11:56:28 reynal Exp $
- Author:
- Sylvain Reynal
-
-
Field Summary
Fields Modifier and Type Field Description static intADD_ENDPTstatic intDRAWstatic intE_RESIZEstatic intINVALIDstatic intMOVEstatic intMOVE_ENDPTstatic intMOVE_ENDPT_FROM_CENTERstatic intN_RESIZEstatic intNE_RESIZEstatic intNW_RESIZEstatic intREMOVE_ENDPTstatic intS_RESIZEstatic intSE_RESIZEstatic intSELECTstatic intSW_RESIZEstatic intW_RESIZEstatic intZOOM_INstatic intZOOM_OUT
-
Constructor Summary
Constructors Constructor Description CursorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.CursorgetPECursor(int type)
-
-
-
Field Detail
-
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
-
-