ImageCursor

scalafx.scene.ImageCursor
See theImageCursor companion object
class ImageCursor(val delegate: ImageCursor) extends Cursor, SFXDelegate[ImageCursor]

Attributes

Companion
object
Graph
Supertypes
class Cursor
trait SFXDelegate[ImageCursor]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(image: Image)

Constructs an ImageCursor from the specified image.

Constructs an ImageCursor from the specified image.

Attributes

def this(image: Image, hotspotX: Double, hotspotY: Double)

Constructs an ImageCursor from the specified image and hotspot coordinates.

Constructs an ImageCursor from the specified image and hotspot coordinates.

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

override def equals(ref: Any): Boolean

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
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: ImageCursor

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes