| Package | Description |
|---|---|
| javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
| Modifier and Type | Field and Description |
|---|---|
private ImageCursor |
ImageCursor.DelayedInitialization.targetCursor |
| Modifier and Type | Method and Description |
|---|---|
ImageCursor |
ImageCursorBuilder.build()
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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ImageCursor.DelayedInitialization.applyTo(ImageCursor imageCursor,
Image[] images,
double hotspotX,
double hotspotY) |
static void |
ImageCursor.DelayedInitialization.applyTo(ImageCursor imageCursor,
Image image,
double hotspotX,
double hotspotY) |
| Constructor and Description |
|---|
ImageCursor.DelayedInitialization(ImageCursor targetCursor,
Image[] images,
double hotspotX,
double hotspotY,
boolean initAsSingle) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.