Class RemoteBrowser.Frame

java.lang.Object
org.nordstjernen.RemoteBrowser.Frame
Enclosing class:
RemoteBrowser

public static final class RemoteBrowser.Frame extends Object
Result of a render: the image plus any side-channel the page requested.
  • Field Details

    • image

      public final BufferedImage image
      The rendered image, or null when unchanged (reuse the prior one).
    • unchanged

      public final boolean unchanged
      The renderer reported nothing changed since the last render.
    • animating

      public final boolean animating
      The page is still animating / loading; keep rendering.
    • webgl

      public final String webgl
      Origin requesting WebGL (needs a trust prompt), or null.
    • download

      public final String download
      A download the page initiated (URL), or null.