Class CursorFrame

java.lang.Object
com.sun.javafx.cursor.CursorFrame
Direct Known Subclasses:
StandardCursorFrame

public abstract class CursorFrame extends Object
Represents a frame of an animated cursor (ImageCursor created from an animated image), non animated cursors and standard cursors have only a single CursorFrame.
  • Constructor Details

    • CursorFrame

      public CursorFrame()
  • Method Details

    • getCursorType

      public abstract CursorType getCursorType()