Package

scalafx

scene

Permalink

package scene

Wraps javafx.scene package.

Source
package.scala
Linear Supertypes
Content Hierarchy
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

    Permalink
  2. sealed case class AccessibleRole(delegate: javafx.scene.AccessibleRole) extends SFXEnumDelegate[javafx.scene.AccessibleRole] with Product with Serializable

    Permalink
  3. class AmbientLight extends LightBase with SFXDelegate[javafx.scene.AmbientLight]

    Permalink

    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

    Permalink
  5. abstract class Camera extends Node with SFXDelegate[javafx.scene.Camera]

    Permalink
  6. abstract class Cursor extends SFXDelegate[javafx.scene.Cursor]

    Permalink
  7. sealed case class DepthTest(delegate: javafx.scene.DepthTest) extends SFXEnumDelegate[javafx.scene.DepthTest] with Product with Serializable

    Permalink
  8. class Group extends Parent with SFXDelegate[javafx.scene.Group]

    Permalink

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

  9. class ImageCursor extends Cursor with SFXDelegate[javafx.scene.ImageCursor]

    Permalink
  10. abstract class LightBase extends Node with SFXDelegate[javafx.scene.LightBase]

    Permalink

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

  11. trait LowerPriorityIncludes extends AnyRef

    Permalink

    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]

    Permalink

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

  13. class ParallelCamera extends Camera with SFXDelegate[javafx.scene.ParallelCamera]

    Permalink
  14. abstract class Parent extends Node with SFXDelegate[javafx.scene.Parent]

    Permalink

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

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

    Permalink
  16. class PointLight extends LightBase with SFXDelegate[javafx.scene.PointLight]

    Permalink

    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]

    Permalink

    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

    Permalink
  19. trait SceneIncludes extends ChartIncludes with LayoutIncludes with PaintIncludes with ShapeIncludes with TextIncludes with ImageIncludes with EffectIncludes with LowerPriorityIncludes with ControlIncludes

    Permalink

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

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

    Permalink

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

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

    Permalink

    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]

    Permalink

    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]]

    Permalink
    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

    Permalink

    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

    Permalink

    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

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

    Permalink

    Wrapper for javafx.scene.CacheHint

  5. object Camera

    Permalink
  6. object Cursor

    Permalink
  7. object DepthTest extends SFXEnumDelegateCompanion[javafx.scene.DepthTest, DepthTest] with Serializable

    Permalink

    Wrapper for javafx.scene.DepthTest

  8. object Group

    Permalink
  9. object ImageCursor

    Permalink
  10. object LightBase

    Permalink
  11. object Node

    Permalink

    Companion object for scalafx.scene.Node.

  12. object ParallelCamera

    Permalink
  13. object Parent

    Permalink
  14. object PerspectiveCamera

    Permalink
  15. object PointLight

    Permalink
  16. object Scene

    Permalink
  17. object SceneAntialiasing extends Serializable

    Permalink

    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

    Permalink
  19. object SnapshotParameters

    Permalink
  20. object SnapshotResult

    Permalink
  21. object SubScene

    Permalink
  22. package canvas

    Permalink

    Wraps javafx.scene.canvas package.

  23. package chart

    Permalink

    Wraps javafx.scene.chart package.

  24. package control

    Permalink

    Wraps javafx.scene.control package.

  25. package effect

    Permalink

    Wraps javafx.scene.effect package.

  26. package image

    Permalink

    Wraps javafx.scene.image package.

  27. package input

    Permalink

    Wraps javafx.scene.input package.

  28. package layout

    Permalink

    Wraps javafx.scene.layout package.

  29. package media

    Permalink

    Wraps javafx.scene.media package.

  30. package paint

    Permalink

    Wraps javafx.scene.paint package.

  31. package shape

    Permalink

    Wraps javafx.scene.shape package.

  32. package text

    Permalink

    Wraps javafx.scene.text package.

  33. package transform

    Permalink

    Wraps javafx.scene.transform package.

  34. package web

    Permalink

    Wraps javafx.scene.web package.

Deprecated Value Members

  1. object SceneProperty

    Permalink
    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