Packages

p

scalafx

scene

package scene

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scene
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed case class AccessibleAction (delegate: javafx.scene.AccessibleAction) extends SFXEnumDelegate[javafx.scene.AccessibleAction] with Product with Serializable
  2. sealed case class AccessibleRole (delegate: javafx.scene.AccessibleRole) extends SFXEnumDelegate[javafx.scene.AccessibleRole] with Product with Serializable
  3. class AmbientLight extends LightBase with SFXDelegate[javafx.scene.AmbientLight]

    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.

  4. sealed case class CacheHint (delegate: javafx.scene.CacheHint) extends SFXEnumDelegate[javafx.scene.CacheHint] with Product with Serializable
  5. abstract class Camera extends Node with SFXDelegate[javafx.scene.Camera]
  6. abstract class Cursor extends SFXDelegate[javafx.scene.Cursor]
  7. sealed case class DepthTest (delegate: javafx.scene.DepthTest) extends SFXEnumDelegate[javafx.scene.DepthTest] with Product with Serializable
  8. class Group extends Parent with SFXDelegate[javafx.scene.Group]

    Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/Group.html.

  9. class ImageCursor extends Cursor with SFXDelegate[javafx.scene.ImageCursor]
  10. abstract class LightBase extends Node with SFXDelegate[javafx.scene.LightBase]

    The LightBase class provides definitions of common properties for objects that represent a form of Light source.

  11. trait LowerPriorityIncludes extends AnyRef

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

  12. abstract class Node extends EventHandlerDelegate with Styleable with SFXDelegate[javafx.scene.Node]

    Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/Node.html.

  13. class ParallelCamera extends Camera with SFXDelegate[javafx.scene.ParallelCamera]
  14. abstract class Parent extends Node with SFXDelegate[javafx.scene.Parent]

    Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/Parent.html.

  15. class PerspectiveCamera extends Camera with SFXDelegate[javafx.scene.PerspectiveCamera]
  16. class PointLight extends LightBase with SFXDelegate[javafx.scene.PointLight]

    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.

  17. class Scene extends SFXDelegate[javafx.scene.Scene]

    Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/Scene.html.

  18. sealed case class SceneAntialiasing (delegate: javafx.scene.SceneAntialiasing) extends SFXDelegate[javafx.scene.SceneAntialiasing] with Product with Serializable
  19. trait SceneIncludes extends ChartIncludes with LayoutIncludes with PaintIncludes with ShapeIncludes with TextIncludes with ImageIncludes with EffectIncludes with LowerPriorityIncludes with ControlIncludes

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

  20. class SnapshotParameters extends SFXDelegate[javafx.scene.SnapshotParameters]

    Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/SnapshotParameters.html

  21. class SnapshotResult extends SFXDelegate[javafx.scene.SnapshotResult]

    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.

    Since

    2.2

  22. class SubScene extends Node with SFXDelegate[javafx.scene.SubScene]

    Wraps http://docs.oracle.com/javafx/8/api/javafx/scene/SubScene.html.

  23. class SceneProperty extends ReadOnlyObjectProperty[javafx.scene.Scene] with SFXDelegate[ReadOnlyObjectProperty[javafx.scene.Scene]]
    Annotations
    @deprecated
    Deprecated

    (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)

Value Members

  1. object AccessibleAction extends SFXEnumDelegateCompanion[javafx.scene.AccessibleAction, AccessibleAction] with Serializable

    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

  2. object AccessibleRole extends SFXEnumDelegateCompanion[javafx.scene.AccessibleRole, AccessibleRole] with Serializable

    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

  3. object AmbientLight
  4. object CacheHint extends SFXEnumDelegateCompanion[javafx.scene.CacheHint, CacheHint] with Serializable

    Wrapper for javafx.scene.CacheHint

  5. object Camera
  6. object Cursor
  7. object DepthTest extends SFXEnumDelegateCompanion[javafx.scene.DepthTest, DepthTest] with Serializable

    Wrapper for javafx.scene.DepthTest

  8. object Group
  9. object ImageCursor
  10. object LightBase
  11. object Node

    Companion object for scalafx.scene.Node.

  12. object ParallelCamera
  13. object Parent
  14. object PerspectiveCamera
  15. object PointLight
  16. object Scene
  17. object SceneAntialiasing extends Serializable

    Specifies the level of antialiasing desired when rendering 3D primitives.

    Specifies the level of antialiasing desired when rendering 3D primitives.

    Note

    In order for scene antialiasing to have an affect, the underlying system must support: ConditionalFeature.SCENE3D and anti-aliasing.

  18. object SceneIncludes extends SceneIncludes
  19. object SnapshotParameters
  20. object SnapshotResult
  21. object SubScene

Deprecated Value Members

  1. object SceneProperty
    Annotations
    @deprecated
    Deprecated

    (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)

Inherited from AnyRef

Inherited from Any

Ungrouped