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 Effecttrait SFXDelegate[ColorInput]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
The Paint used to flood the region.
The Paint used to flood the region.
Attributes
Inherited methods
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
Attributes
- Returns
-
The delegate hashcode
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Indicates the height of object.
Attributes
- Inherited from:
- DimensionDelegate
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.
Attributes
- Inherited from:
- DimensionDelegate
X Position
Attributes
- Inherited from:
- PositionDelegate
Y Position
Attributes
- Inherited from:
- PositionDelegate
Concrete fields
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Attributes
In this article