Package com.github.mike10004.xvfbmanager
Interface ScreenshotConverter<S extends Screenshot,D extends Screenshot>
-
- All Known Implementing Classes:
XwdFileToPngConverter
public interface ScreenshotConverter<S extends Screenshot,D extends Screenshot>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dconvert(S source)
-
-
-
Method Detail
-
convert
D convert(S source) throws IOException, XvfbException
- Throws:
IOExceptionXvfbException
-
-