Gast commit!

This commit is contained in:
2026-02-10 19:01:19 +08:00
commit 345f628a8a
3074 changed files with 278037 additions and 0 deletions
@@ -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();
}