| Package | Description |
|---|---|
| com.opera.core.systems.model |
Objects used for storing data, but which doesn't do anything themselves.
|
| Modifier and Type | Method and Description |
|---|---|
static ScreenCaptureReply.Builder |
ScreenCaptureReply.builder()
Returns a new builder.
|
ScreenCaptureReply.Builder |
ScreenCaptureReply.Builder.setBlank(boolean blank)
Specify if the
ScreenCaptureReply should evaluate to a blank screen capture. |
ScreenCaptureReply.Builder |
ScreenCaptureReply.Builder.setColorResult(List<ColorResult> colorResults)
Specify the color results of the screen capture.
|
ScreenCaptureReply.Builder |
ScreenCaptureReply.Builder.setCrashed(boolean crashed)
Specify if the
ScreenCaptureReply should evaluate to a crash. |
ScreenCaptureReply.Builder |
ScreenCaptureReply.Builder.setMD5(String md5)
Specify the hash sum of the capture.
|
ScreenCaptureReply.Builder |
ScreenCaptureReply.Builder.setPNG(byte[] data)
Specify the byte array of png of the screen capture.
|
Copyright © 2013. All Rights Reserved.