mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
15 lines
421 B
Java
Generated
15 lines
421 B
Java
Generated
// Generated automatically from javafx.scene.SnapshotResult for testing purposes
|
|
|
|
package javafx.scene;
|
|
|
|
import javafx.scene.SnapshotParameters;
|
|
import javafx.scene.image.WritableImage;
|
|
|
|
public class SnapshotResult
|
|
{
|
|
protected SnapshotResult() {}
|
|
public Object getSource(){ return null; }
|
|
public SnapshotParameters getSnapshotParameters(){ return null; }
|
|
public WritableImage getImage(){ return null; }
|
|
}
|