ImageCursor

class ImageCursor(val delegate: ImageCursor) extends Cursor with SFXDelegate[ImageCursor]
Companion
object
class Cursor
trait SFXDelegate[ImageCursor]
class Object
trait Matchable
class Any

Value members

Constructors

def this(image: Image)

Constructs an ImageCursor from the specified image.

Constructs an ImageCursor from the specified image.

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.

Concrete methods

The X coordinate of the cursor's hot spot.

The X coordinate of the cursor's hot spot.

The Y coordinate of the cursor's hot spot.

The Y coordinate of the cursor's hot spot.

The image to display when the cursor is active.

The image to display when the cursor is active.

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 Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: ImageCursor