scalafx.scene.ImageCursor
See theImageCursor companion object
class ImageCursor(val delegate: ImageCursor) extends Cursor, SFXDelegate[ImageCursor]
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Constructors
Constructs an ImageCursor from the specified image.
Constructs an ImageCursor from the specified image.
Attributes
Concrete methods
The X coordinate of the cursor's hot spot.
The X coordinate of the cursor's hot spot.
Attributes
The Y coordinate of the cursor's hot spot.
The Y coordinate of the cursor's hot spot.
Attributes
The image to display when the cursor is active.
The image to display when the cursor is active.
Attributes
Inherited methods
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Value parameters
- ref
-
Object to be compared.
Attributes
- Returns
-
if the other object is equals to this delegate or not.
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
The delegate hashcode
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
Returns the original delegate's
toString()
adding a[SFX]
prefix. - Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Concrete fields
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Attributes
In this article