SnapshotResult

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

Wraps JavaFX's [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/SnapshotResult.html SnapshotResult]]. How the original Java class does not have public constructors, it is not possible instantiate in Scala.

Attributes

Since

2.2

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

Members list

Value members

Concrete methods

Gets the image generated by the snapshot operation.

Gets the image generated by the snapshot operation.

Attributes

Gets a copy of the SnapshotParameters used to generate the snapshot.

Gets a copy of the SnapshotParameters used to generate the snapshot.

Attributes

def source: AnyRef

Gets the source Node or Scene on which the snapshot was called.

Gets the source Node or Scene on which the snapshot was called.

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: SnapshotResult

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes