Spec-Zone .ru
спецификации, руководства, описания, API

JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

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

Profile: common conditional cursor

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicCROSSHAIRCursor

The crosshair cursor type.

publicDEFAULTCursor

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

publicE_RESIZECursor

The east-resize cursor type.

publicH_RESIZECursor

The horizontal cursor type.

publicHANDCursor

The hand cursor type.

publicMOVECursor

The move cursor type.

publicN_RESIZECursor

The north-resize cursor type.

publicNE_RESIZECursor

The north-east-resize cursor type.

publicNONECursor

The none cursor type.

The none cursor type. On platforms that don't support custom cursors, this will be the same as DEFAULT.

Profile: common conditional cursor

 
publicNW_RESIZECursor

The north-west-resize cursor type.

publicS_RESIZECursor

The south-resize cursor type.

publicSE_RESIZECursor

The south-east-resize cursor type.

publicSW_RESIZECursor

The south-west-resize cursor type.

publicTEXTCursor

The text cursor type.

publicV_RESIZECursor

The vertical cursor type.

publicW_RESIZECursor

The west-resize cursor type.

publicWAITCursor

The wait cursor type.

Inherited Variables

Function Summary

public impl_getAWTCursor() : java.awt.Cursor
Returns
Cursor
 

Inherited Functions