Package com.luciad.maps
Class MouseCursor
java.lang.Object
com.luciad.maps.MouseCursor
Represents a mouse cursor in the map API.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MouseCursor
Returns the arrow mouse cursor.static final MouseCursor
Returns the cross mouse cursor.static final MouseCursor
Returns the default mouse cursor.static final MouseCursor
Returns the hand mouse cursor.static final MouseCursor
Returns the I-beam mouse cursor, for example sue when editing text.static final MouseCursor
Returns a mouse cursor that is not visible.static final MouseCursor
Returns the size-all mouse cursor.static final MouseCursor
Returns the horizontal size mouse cursor.static final MouseCursor
Returns the size mouse cursor that follows the north-east to south-west diagonal.static final MouseCursor
Returns the size mouse cursor that follows the north-west to south-east diagonal.static final MouseCursor
Returns the horizontal size mouse cursor. -
Constructor Summary
-
Method Summary
-
Field Details
-
DefaultCursor
Returns the default mouse cursor. -
Arrow
Returns the arrow mouse cursor. -
Cross
Returns the cross mouse cursor. -
IBeam
Returns the I-beam mouse cursor, for example sue when editing text. -
Hand
Returns the hand mouse cursor. -
SizeAll
Returns the size-all mouse cursor. -
SizeHorizontal
Returns the horizontal size mouse cursor. -
SizeVertical
Returns the horizontal size mouse cursor. -
SizeNwSe
Returns the size mouse cursor that follows the north-west to south-east diagonal. -
SizeNeSw
Returns the size mouse cursor that follows the north-east to south-west diagonal. -
None
Returns a mouse cursor that is not visible.
-
-
Constructor Details
-
Method Details