LowerPriorityIncludes

scalafx.scene.LowerPriorityIncludes

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

Attributes

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

Members list

Implicits

Implicits

implicit def jfxAccessibleAction2sfx(e: AccessibleAction): AccessibleAction
implicit def jfxAccessibleRole2sfx(e: AccessibleRole): AccessibleRole
implicit def jfxAmbientLight2sfx(v: AmbientLight): AmbientLight
implicit def jfxCacheHint2sfx(e: CacheHint): CacheHint

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

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

Value parameters

e

JavaFX CacheHint

Attributes

Returns

ScalaFX CacheHint

implicit def jfxCamera2sfx(v: Camera): Camera

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

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

Value parameters

v

JavaFX Camera

Attributes

Returns

ScalaFX Camera

implicit def jfxCursor2sfx(v: Cursor): Cursor

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

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

Value parameters

v

JavaFX Cursor

Attributes

Returns

ScalaFX Cursor

implicit def jfxDepthTest2sfx(e: DepthTest): DepthTest

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

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

Value parameters

e

JavaFX DepthTest

Attributes

Returns

ScalaFX DepthTest

implicit def jfxGroup2sfx(v: Group): Group

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

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

Value parameters

v

JavaFX Group

Attributes

Returns

ScalaFX Group

implicit def jfxImageCursor2sfx(ic: ImageCursor): ImageCursor

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

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

Value parameters

ic

JavaFX ImageCursor

Attributes

Returns

ScalaFX ImageCursor

implicit def jfxLightBase2sfx(v: LightBase): LightBase
implicit def jfxNode2sfx(v: Node): Node

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

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

Value parameters

v

JavaFX Node

Attributes

Returns

ScalaFX Node

implicit def jfxParallelCamera2sfx(v: ParallelCamera): ParallelCamera

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

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

Value parameters

v

JavaFX ParallelCamera

Attributes

Returns

ScalaFX ParallelCamera

implicit def jfxParent2sfx(v: Parent): Parent

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

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

Value parameters

v

JavaFX Parent

Attributes

Returns

ScalaFX Parent

implicit def jfxPerspectiveCamera2sfx(v: PerspectiveCamera): PerspectiveCamera

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

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

Value parameters

v

JavaFX PerspectiveCamera

Attributes

Returns

ScalaFX PerspectiveCamera

implicit def jfxPointLight2sfx(v: PointLight): PointLight
implicit def jfxScene2sfx(v: Scene): Scene

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

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

Value parameters

v

JavaFX Scene

Attributes

Returns

ScalaFX Scene

implicit def jfxSceneAntialiasing2sfx(v: SceneAntialiasing): SceneAntialiasing

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

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

Value parameters

v

JavaFX SceneAntialiasing

Attributes

Returns

ScalaFX SceneAntialiasing

Throws
java.lang.IllegalArgumentException

if v has no known correspondence in ScalaFX.

Generates a SceneProperty from a JavaFX Scene.

Generates a SceneProperty from a JavaFX Scene.

Value parameters

p

A ScalaFX scalafx.beans.property.ReadOnlyObjectProperty containing a JavaFX Scene.

Attributes

Returns

ScalaFX SceneProperty

implicit def jfxSnapshotParameters2sfx(sp: SnapshotParameters): SnapshotParameters

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

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

Value parameters

sp

JavaFX SnapshotParameters

Attributes

Returns

ScalaFX SnapshotParameters

implicit def jfxSubScene2sfx(v: SubScene): SubScene

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

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

Value parameters

v

JavaFX SubScene

Attributes

Returns

ScalaFX SubScene