ImageIncludes

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

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

Companion
object
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def jfxImage2sfx(i: Image): Image

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

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

Value Params
i

JavaFX Image

Returns

ScalaFX Image

implicit def jfxImageView2sfx(iv: ImageView): ImageView

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

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

Value Params
iv

JavaFX ImageView

Returns

ScalaFX ImageView

implicit def jfxPixelFormat2sfx[B <: Buffer](pf: PixelFormat[B]): PixelFormat[B]

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

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

Value Params
pf

JavaFX PixelFormat

Returns

ScalaFX PixelFormat

implicit def jfxPixelReader2sfx(pr: PixelReader): PixelReader

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

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

Value Params
pr

JavaFX PixelReader

Returns

ScalaFX PixelReader

implicit def jfxPixelWriter2sfx(pw: PixelWriter): PixelWriter

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

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

Value Params
pw

JavaFX PixelWriter

Returns

ScalaFX PixelWriter

implicit def jfxType2sfx(t: Type): Type

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

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

Value Params
t

JavaFX PixelFormat.Type

Returns

ScalaFX PixelFormat.Type

implicit def jfxWritableImage2sfx(wi: WritableImage): WritableImage

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

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

Value Params
wi

JavaFX WritableImage

Returns

ScalaFX WritableImage

implicit def jfxWritablePixelFormat2sfx[B <: Buffer](pf: WritablePixelFormat[B]): WritablePixelFormat[B]

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

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

Value Params
pf

JavaFX WritablePixelFormat

Returns

ScalaFX WritablePixelFormat