JavaFX object to be wrapped.
JavaFX object to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
Gets the image generated by the snapshot operation.
Gets a copy of the SnapshotParameters used to generate the snapshot.
Gets the source Node or Scene on which the snapshot was called.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Wraps JavaFX's
SnapshotResult
. How the original Java class does not have public constructors, it is not possible instantiate in Scala.2.2