Class Cursor

java.lang.Object
javafx.scene.Cursor
Direct Known Subclasses:
ImageCursor

public abstract class Cursor extends Object
A class to encapsulate the bitmap representation of the mouse cursor.
Since:
JavaFX 2.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Cursor
    A cursor with a hand that is closed, often used when "grabbing", for example, when panning.
    static final Cursor
    The crosshair cursor type.
    static final Cursor
    The default cursor type (gets set if no cursor is defined).
    static final