Package org.nordstjernen
Class RemoteBrowser.Frame
java.lang.Object
org.nordstjernen.RemoteBrowser.Frame
- Enclosing class:
RemoteBrowser
Result of a render: the image plus any side-channel the page requested.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanThe page is still animating / loading; keep rendering.final StringA download the page initiated (URL), or null.final BufferedImageThe rendered image, or null whenunchanged(reuse the prior one).final Stringfinal booleanThe renderer reported nothing changed since the last render.final StringOrigin requesting WebGL (needs a trust prompt), or null. -
Method Summary
-
Field Details
-
image
The rendered image, or null whenunchanged(reuse the prior one). -
unchanged
public final boolean unchangedThe renderer reported nothing changed since the last render. -
animating
public final boolean animatingThe page is still animating / loading; keep rendering. -
webgl
Origin requesting WebGL (needs a trust prompt), or null. -
download
A download the page initiated (URL), or null.
-