ImageIncludes

Companion
class
class Object
trait Matchable
class Any

Implicits

Inherited 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

Inherited from
ImageIncludes
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

Inherited from
ImageIncludes
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

Inherited from
ImageIncludes
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

Inherited from
ImageIncludes
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

Inherited from
ImageIncludes
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

Inherited from
ImageIncludes
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

Inherited from
ImageIncludes
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

Inherited from
ImageIncludes