Liking cljdoc? Tell your friends :D

jdk.awt.Cursor

A class to encapsulate the bitmap representation of the mouse cursor.

A class to encapsulate the bitmap representation of the mouse cursor.
raw docstring

*-crosshair-cursorclj

Static Constant.

The crosshair cursor type.

type: int

Static Constant.

The crosshair cursor type.

type: int
raw docstring

*-custom-cursorclj

Static Constant.

The type associated with all custom cursors.

type: int

Static Constant.

The type associated with all custom cursors.

type: int
raw docstring

*-default-cursorclj

Static Constant.

The default cursor type (gets set if no cursor is defined).

type: int

Static Constant.

The default cursor type (gets set if no cursor is defined).

type: int
raw docstring

*-e-resize-cursorclj

Static Constant.

The east-resize cursor type.

type: int

Static Constant.

The east-resize cursor type.

type: int
raw docstring

*-hand-cursorclj

Static Constant.

The hand cursor type.

type: int

Static Constant.

The hand cursor type.

type: int
raw docstring

*-move-cursorclj

Static Constant.

The move cursor type.

type: int

Static Constant.

The move cursor type.

type: int
raw docstring

*-n-resize-cursorclj

Static Constant.

The north-resize cursor type.

type: int

Static Constant.

The north-resize cursor type.

type: int
raw docstring

*-ne-resize-cursorclj

Static Constant.

The north-east-resize cursor type.

type: int

Static Constant.

The north-east-resize cursor type.

type: int
raw docstring

*-nw-resize-cursorclj

Static Constant.

The north-west-resize cursor type.

type: int

Static Constant.

The north-west-resize cursor type.

type: int
raw docstring

*-s-resize-cursorclj

Static Constant.

The south-resize cursor type.

type: int

Static Constant.

The south-resize cursor type.

type: int
raw docstring

*-se-resize-cursorclj

Static Constant.

The south-east-resize cursor type.

type: int

Static Constant.

The south-east-resize cursor type.

type: int
raw docstring

*-sw-resize-cursorclj

Static Constant.

The south-west-resize cursor type.

type: int

Static Constant.

The south-west-resize cursor type.

type: int
raw docstring

*-text-cursorclj

Static Constant.

The text cursor type.

type: int

Static Constant.

The text cursor type.

type: int
raw docstring

*-w-resize-cursorclj

Static Constant.

The west-resize cursor type.

type: int

Static Constant.

The west-resize cursor type.

type: int
raw docstring

*-wait-cursorclj

Static Constant.

The wait cursor type.

type: int

Static Constant.

The wait cursor type.

type: int
raw docstring

*get-default-cursorclj

(*get-default-cursor)

Return the system default cursor.

returns: java.awt.Cursor

Return the system default cursor.

returns: `java.awt.Cursor`
raw docstring

*get-predefined-cursorclj

(*get-predefined-cursor type)

Returns a cursor object with the specified predefined type.

type - the type of predefined cursor - int

returns: the specified predefined cursor - java.awt.Cursor

throws: java.lang.IllegalArgumentException - if the specified cursor type is invalid

Returns a cursor object with the specified predefined type.

type - the type of predefined cursor - `int`

returns: the specified predefined cursor - `java.awt.Cursor`

throws: java.lang.IllegalArgumentException - if the specified cursor type is invalid
raw docstring

*get-system-custom-cursorclj

(*get-system-custom-cursor name)

Returns a system-specific custom cursor object matching the specified name. Cursor names are, for example: "Invalid.16x16"

name - a string describing the desired system-specific custom cursor - java.lang.String

returns: the system specific custom cursor named - java.awt.Cursor

throws: java.awt.HeadlessException - if GraphicsEnvironment.isHeadless returns true

Returns a system-specific custom cursor object matching the
 specified name.  Cursor names are, for example: "Invalid.16x16"

name - a string describing the desired system-specific custom cursor - `java.lang.String`

returns: the system specific custom cursor named - `java.awt.Cursor`

throws: java.awt.HeadlessException - if GraphicsEnvironment.isHeadless returns true
raw docstring

->cursorclj

(->cursor type)

Constructor.

Creates a new cursor object with the specified type.

type - the type of cursor - int

throws: java.lang.IllegalArgumentException - if the specified cursor type is invalid

Constructor.

Creates a new cursor object with the specified type.

type - the type of cursor - `int`

throws: java.lang.IllegalArgumentException - if the specified cursor type is invalid
raw docstring

get-nameclj

(get-name this)

Returns the name of this cursor.

returns: a localized description of this cursor. - java.lang.String

Returns the name of this cursor.

returns: a localized description of this cursor. - `java.lang.String`
raw docstring

get-typeclj

(get-type this)

Returns the type for this cursor.

returns: int

Returns the type for this cursor.

returns: `int`
raw docstring

to-stringclj

(to-string this)

Returns a string representation of this cursor.

returns: a string representation of this cursor. - java.lang.String

Returns a string representation of this cursor.

returns: a string representation of this cursor. - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close