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
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
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
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
Attributes
- Returns
-
The delegate hashcode
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
Returns the original delegate's
toString()
adding a[SFX]
prefix. - Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Concrete fields
JavaFX object to be wrapped.
JavaFX object to be wrapped.