ImageInput

scalafx.scene.effect.ImageInput
See theImageInput companion object
class ImageInput(val delegate: ImageInput) extends Effect, PositionDelegate[ImageInput], SFXDelegate[ImageInput]

Attributes

Companion
object
Graph
Supertypes
trait PositionDelegate[ImageInput]
class Effect
trait SFXDelegate[ImageInput]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(source: Image)

Creates a new instance of ImageInput with the specified source.

Creates a new instance of ImageInput with the specified source.

Attributes

def this(source: Image, x: Double, y: Double)

Creates a new instance of ImageInput with the specified source, x and y.

Creates a new instance of ImageInput with the specified source, x and y.

Attributes

Concrete methods

def source: ObjectProperty[Image]

The source Image.

The source Image.

Attributes

def source_=(v: Image): Unit

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

X Position

X Position

Attributes

Inherited from:
PositionDelegate
def x_=(v: Double): Unit

Attributes

Inherited from:
PositionDelegate

Y Position

Y Position

Attributes

Inherited from:
PositionDelegate
def y_=(v: Double): Unit

Attributes

Inherited from:
PositionDelegate

Concrete fields

override val delegate: ImageInput

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes