Gast commit!
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package mobi.librera.smartreflow;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface SmartReflowInterface {
|
||||
|
||||
|
||||
void process(PlatformImage img) throws Exception;
|
||||
|
||||
void drawObjects(PlatformImage output);
|
||||
|
||||
void reflow(PlatformImage des);
|
||||
|
||||
List<String> getStatistics();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user