SnapshotResult

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.

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.

Since

2.2

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

Value members

Concrete methods

Gets the image generated by the snapshot operation.

Gets the image generated by the snapshot operation.

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

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

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.

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 Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: SnapshotResult