Package com.github.mike10004.xvfbmanager
Class Screenshot.BasicScreenshot<B extends com.google.common.io.ByteSource>
- java.lang.Object
-
- com.github.mike10004.xvfbmanager.Screenshot.BasicScreenshot<B>
-
- All Implemented Interfaces:
Screenshot
- Direct Known Subclasses:
ImageioReadableScreenshot,XwdFileScreenshot
- Enclosing interface:
- Screenshot
public static class Screenshot.BasicScreenshot<B extends com.google.common.io.ByteSource> extends Object implements Screenshot
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.mike10004.xvfbmanager.Screenshot
Screenshot.BasicScreenshot<B extends com.google.common.io.ByteSource>, Screenshot.FileByteSource
-
-
Constructor Summary
Constructors Constructor Description BasicScreenshot(B byteSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasByteSource()Gets a byte source providing access to a screenshot.
-
-
-
Constructor Detail
-
BasicScreenshot
public BasicScreenshot(B byteSource)
-
-
Method Detail
-
asByteSource
public B asByteSource()
Description copied from interface:ScreenshotGets a byte source providing access to a screenshot.- Specified by:
asByteSourcein interfaceScreenshot- Returns:
- the byte source
-
-