CanvasIncludes

Companion
class
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def jfxCanvas2sfx(c: Canvas): Canvas

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

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

Value Params
c

JavaFX Canvas

Returns

ScalaFX Canvas

Inherited from
CanvasIncludes
implicit def jfxGraphicsContext2sfx(gc: GraphicsContext): GraphicsContext

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

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

Value Params
gc

JavaFX GraphicsContext

Returns

ScalaFX GraphicsContext

Inherited from
CanvasIncludes