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

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

The newest version!
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