EffectIncludes

scalafx.scene.effect.EffectIncludes
See theEffectIncludes companion object

Contains implcit methods to convert from `javafx.scene.effect` Classes/Traits to their ScalaFX counterparts.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object EffectIncludes.type
object SceneIncludes.type
trait Includes
object Includes.type

Members list

Implicits

Implicits

implicit def jfxBlend2sfx(b: Blend): Blend

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Blend.html Blend]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Blend.html Blend]] instance to its ScalaFX counterpart.

Value parameters

b

JavaFX Blend

Attributes

Returns

ScalaFX Blend

implicit def jfxBlendMode2sfx(e: BlendMode): BlendMode

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/BlendMode.html BlendMode]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/BlendMode.html BlendMode]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX BlendMode

Attributes

Returns

ScalaFX BlendMode

implicit def jfxBloom2sfx(b: Bloom): Bloom

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Bloom.html Bloom]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Bloom.html Bloom]] instance to its ScalaFX counterpart.

Value parameters

b

JavaFX Bloom

Attributes

Returns

ScalaFX Bloom

implicit def jfxBlurType2sfx(e: BlurType): BlurType

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/BlurType.html BlurType]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/BlurType.html BlurType]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX BlurType

Attributes

Returns

ScalaFX BlurType

implicit def jfxBoxBlur2sfx(bb: BoxBlur): BoxBlur

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/BoxBlur.html BoxBlur]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/BoxBlur.html BoxBlur]] instance to its ScalaFX counterpart.

Value parameters

bb

JavaFX BoxBlur

Attributes

Returns

ScalaFX BoxBlur

implicit def jfxColorAdjust2sfx(ca: ColorAdjust): ColorAdjust

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/ColorAdjust.html ColorAdjust]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/ColorAdjust.html ColorAdjust]] instance to its ScalaFX counterpart.

Value parameters

ca

JavaFX ColorAdjust

Attributes

Returns

ScalaFX ColorAdjust

implicit def jfxColorInput2sfx(ci: ColorInput): ColorInput

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/ColorInput.html ColorInput]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/ColorInput.html ColorInput]] instance to its ScalaFX counterpart.

Value parameters

ci

JavaFX ColorInput

Attributes

Returns

ScalaFX ColorInput

implicit def jfxDisplacementMap2sfx(dm: DisplacementMap): DisplacementMap

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/DisplacementMap.html DisplacementMap]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/DisplacementMap.html DisplacementMap]] instance to its ScalaFX counterpart.

Value parameters

dm

JavaFX DisplacementMap

Attributes

Returns

ScalaFX DisplacementMap

implicit def jfxDropShadow2sfx(ds: DropShadow): DropShadow

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/DropShadow.html DropShadow]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/DropShadow.html DropShadow]] instance to its ScalaFX counterpart.

Value parameters

ds

JavaFX DropShadow

Attributes

Returns

ScalaFX DropShadow

implicit def jfxEffect2sfx(e: Effect): Effect

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Effect.html Effect]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Effect.html Effect]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX Effect

Attributes

Returns

ScalaFX Effect

implicit def jfxFloatMap2sfx(fm: FloatMap): FloatMap

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/FloatMap.html FloatMap]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/FloatMap.html FloatMap]] instance to its ScalaFX counterpart.

Value parameters

fm

JavaFX FloatMap

Attributes

Returns

ScalaFX FloatMap

implicit def jfxGaussianBlur2sfx(gb: GaussianBlur): GaussianBlur

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/GaussianBlur.html GaussianBlur]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/GaussianBlur.html GaussianBlur]] instance to its ScalaFX counterpart.

Value parameters

gb

JavaFX GaussianBlur

Attributes

Returns

ScalaFX GaussianBlur

implicit def jfxGlow2sfx(g: Glow): Glow

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Glow.html Glow]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Glow.html Glow]] instance to its ScalaFX counterpart.

Value parameters

g

JavaFX Glow

Attributes

Returns

ScalaFX Glow

implicit def jfxImageInput2sfx(ii: ImageInput): ImageInput

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/ImageInput.html ImageInput]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/ImageInput.html ImageInput]] instance to its ScalaFX counterpart.

Value parameters

ii

JavaFX ImageInput

Attributes

Returns

ScalaFX ImageInput

implicit def jfxInnerShadow2sfx(ii: InnerShadow): InnerShadow

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/InnerShadow.html InnerShadow]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/InnerShadow.html InnerShadow]] instance to its ScalaFX counterpart.

Value parameters

ii

JavaFX InnerShadow

Attributes

Returns

ScalaFX InnerShadow

implicit def jfxLight2sfx(l: Light): Light

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Light.html Light]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Light.html Light]] instance to its ScalaFX counterpart.

Value parameters

l

JavaFX Light

Attributes

Returns

ScalaFX Light

implicit def jfxLightDistant2sfx(d: Distant): Distant

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Light.Distant.html Light.Distant]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Light.Distant.html Light.Distant]] instance to its ScalaFX counterpart.

Value parameters

d

JavaFX Light.Distant

Attributes

Returns

ScalaFX Light.Distant

implicit def jfxLightPoint2sfx(p: Point): Point

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Light.Point.html Light.Point]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Light.Point.html Light.Point]] instance to its ScalaFX counterpart.

Value parameters

p

JavaFX Light.Point

Attributes

Returns

ScalaFX Light.Point

implicit def jfxLightSpot2sfx(s: Spot): Spot

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Light.Spot.html Light.Spot]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Light.Spot.html Light.Spot]] instance to its ScalaFX counterpart.

Value parameters

s

JavaFX Light.Spot

Attributes

Returns

ScalaFX Light.Spot

implicit def jfxLighting2sfx(l: Lighting): Lighting

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Lighting.html Lighting]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Lighting.html Lighting]] instance to its ScalaFX counterpart.

Value parameters

l

JavaFX Lighting

Attributes

Returns

ScalaFX Lighting

implicit def jfxMotionBlur2sfx(mb: MotionBlur): MotionBlur

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/MotionBlur.html MotionBlur]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/MotionBlur.html MotionBlur]] instance to its ScalaFX counterpart.

Value parameters

mb

JavaFX MotionBlur

Attributes

Returns

ScalaFX MotionBlur

implicit def jfxPerspectiveTransform2sfx(pt: PerspectiveTransform): PerspectiveTransform

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/PerspectiveTransform.html PerspectiveTransform]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/PerspectiveTransform.html PerspectiveTransform]] instance to its ScalaFX counterpart.

Value parameters

pt

JavaFX PerspectiveTransform

Attributes

Returns

ScalaFX PerspectiveTransform

implicit def jfxReflection2sfx(r: Reflection): Reflection

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Reflection.html Reflection]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Reflection.html Reflection]] instance to its ScalaFX counterpart.

Value parameters

r

JavaFX Reflection

Attributes

Returns

ScalaFX Reflection

implicit def jfxSepiaTone2sfx(st: SepiaTone): SepiaTone

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/SepiaTone.html SepiaTone]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/SepiaTone.html SepiaTone]] instance to its ScalaFX counterpart.

Value parameters

st

JavaFX SepiaTone

Attributes

Returns

ScalaFX SepiaTone

implicit def jfxShadow2sfx(s: Shadow): Shadow

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Shadow.html Shadow]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/effect/Shadow.html Shadow]] instance to its ScalaFX counterpart.

Value parameters

s

JavaFX Shadow

Attributes

Returns

ScalaFX Shadow