Package com.luciad.maps
Class MouseCursor
java.lang.Object
com.luciad.maps.MouseCursor
Represents a mouse cursor in the map API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MouseCursorThe arrow mouse cursor.static final MouseCursorThe cross mouse cursor.static final MouseCursorThe default mouse cursor.static final MouseCursorThe hand mouse cursor.static final MouseCursorThe I-beam mouse cursor, for example used when editing text.static final MouseCursorA mouse cursor that is not visible.static final MouseCursorThe size-all mouse cursor.static final MouseCursorThe horizontal size mouse cursor.static final MouseCursorThe size mouse cursor that follows the north-east to south-west diagonal.static final MouseCursorThe size mouse cursor that follows the north-west to south-east diagonal.static final MouseCursorThe vertical size mouse cursor. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DefaultCursor
The default mouse cursor. -
Arrow
The arrow mouse cursor. -
Cross
The cross mouse cursor. -
IBeam
The I-beam mouse cursor, for example used when editing text. -
Hand
The hand mouse cursor. -
SizeAll
The size-all mouse cursor. -
SizeHorizontal
The horizontal size mouse cursor. -
SizeVertical
The vertical size mouse cursor. -
SizeNwSe
The size mouse cursor that follows the north-west to south-east diagonal. -
SizeNeSw
The size mouse cursor that follows the north-east to south-west diagonal. -
None
A mouse cursor that is not visible.
-
-
Constructor Details
-
MouseCursor
public MouseCursor(long id) Creates a new mouse cursor with the given id.- Parameters:
id- the id of the mouse cursor.
-
-
Method Details