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 MouseCursor
The arrow mouse cursor.static final MouseCursor
The cross mouse cursor.static final MouseCursor
The default mouse cursor.static final MouseCursor
The hand mouse cursor.static final MouseCursor
The I-beam mouse cursor, for example used when editing text.static final MouseCursor
A mouse cursor that is not visible.static final MouseCursor
The size-all mouse cursor.static final MouseCursor
The horizontal size mouse cursor.static final MouseCursor
The size mouse cursor that follows the north-east to south-west diagonal.static final MouseCursor
The size mouse cursor that follows the north-west to south-east diagonal.static final MouseCursor
The horizontal 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 horizontal 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