SnapshotParameters

scalafx.scene.SnapshotParameters
See theSnapshotParameters companion object
class SnapshotParameters(val delegate: SnapshotParameters) extends SFXDelegate[SnapshotParameters]

Attributes

Since

2.2

Companion
object
Graph
Supertypes
trait SFXDelegate[SnapshotParameters]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def camera: Camera

The current camera.

The current camera.

Attributes

def camera_=(c: Camera): Unit

The current depthBuffer flag.

The current depthBuffer flag.

Attributes

def fill: Paint

The current fill.

The current fill.

Attributes

def fill_=(p: Paint): Unit

The current transform.

The current transform.

Attributes

The current viewport.

The current viewport.

Attributes

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: SnapshotParameters

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes