Defines an ambient light source object.
Defines an ambient light source object. Ambient light is a light source that seems to come from all directions.
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/Group.html.
The LightBase class provides definitions of common properties for objects that represent a form of Light source.
Contains implicit methods to convert from
javafx.scene
Classes/Traits to their ScalaFX counterparts.
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/Node.html.
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/Parent.html.
Defines a point light source object.
Defines a point light source object. An attenuated light source that has a fixed point in space and radiates light equally in all directions away from itself.
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/Scene.html.
Contains implicit methods to convert from
javafx.scene and subpackages
Classes/Traits to their ScalaFX counterparts.
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/SnapshotParameters.html
Wraps JavaFX's SnapshotResult.
Wraps JavaFX's SnapshotResult.
How the original Java class does not have public constructors, it is not possible instantiate in Scala.
2.2
Wraps http://docs.oracle.com/javafx/8/api/javafx/scene/SubScene.html.
(Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)
This enum describes the actions that an assistive technology such as a screen reader can request from the scene graph.
This enum describes the actions that an assistive technology such as a screen reader can request from the scene graph.
The AccessibleRole dictates the set of actions that
the screen reader will request for a particular control. For
example, a push button normally fires an event to indicate
that it was pressed in response to the FIRE action.
An action may have any number of parameters, depending on the particular action.
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/AccessibleAction.html
This enum describes the accessible role for a Node.
This enum describes the accessible role for a Node.
The role is used by assistive technologies such as screen readers to decide the set of actions and attributes for a node. For example, when the screen reader needs the current value of a slider, it will request it using the value attribute. When the screen reader changes the value of the slider, it will use an action to set the current value of the slider. The slider must respond appropriately to both these requests.
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/AccessibleRole.html
Wrapper for javafx.scene.CacheHint
Wrapper for javafx.scene.DepthTest
Companion object for scalafx.scene.Node.
Specifies the level of antialiasing desired when rendering 3D primitives.
Specifies the level of antialiasing desired when rendering 3D primitives.
In order for scene antialiasing to have an affect, the underlying system must support: ConditionalFeature.SCENE3D and anti-aliasing.
Wraps javafx.scene.canvas package.
Wraps javafx.scene.chart package.
Wraps javafx.scene.control package.
Wraps javafx.scene.effect package.
Wraps javafx.scene.image package.
Wraps javafx.scene.input package.
Wraps javafx.scene.layout package.
Wraps javafx.scene.media package.
Wraps javafx.scene.paint package.
Wraps javafx.scene.shape package.
Wraps javafx.scene.text package.
Wraps javafx.scene.transform package.
Wraps javafx.scene.web package.
(Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)
Wraps
javafx.scenepackage.