Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
Modifier and Type | Method and Description |
---|---|
ImageCursor |
ImageCursorBuilder.build()
Deprecated.
Make an instance of
ImageCursor based on the properties set on this builder. |
static ImageCursor |
ImageCursor.chooseBestCursor(Image[] images,
double hotspotX,
double hotspotY)
Creates a custom image cursor from one of the specified images.
|
Copyright © 2020. All rights reserved.