ColorInput

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

Attributes

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

Members list

Value members

Constructors

def this(x: Double, y: Double, width: Double, height: Double, paint: Paint)

Creates a new instance of ColorInput with the specified x, y, width, height, and paint.

Creates a new instance of ColorInput with the specified x, y, width, height, and paint.

Attributes

Concrete methods

def paint: ObjectProperty[Paint]

The Paint used to flood the region.

The Paint used to flood the region.

Attributes

def paint_=(v: Paint): 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

Indicates the height of object.

Indicates the height of object.

Attributes

Inherited from:
DimensionDelegate
def height_=(h: Double): Unit

Attributes

Inherited from:
DimensionDelegate
override def toString: String

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Indicates the width of an object.

Indicates the width of an object.

Attributes

Inherited from:
DimensionDelegate
def width_=(w: Double): Unit

Attributes

Inherited from:
DimensionDelegate

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: ColorInput

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes