All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mike10004.xvfbmanager.ScreenshotConverter Maven / Gradle / Ivy

There is a newer version: 0.19
Show newest version
/*
 * (c) 2016 Mike Chaberski
 */
package com.github.mike10004.xvfbmanager;

import java.io.IOException;

public interface ScreenshotConverter {

    D convert(S source) throws IOException, XvfbException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy