cn.atomtool.captcha.background.BackgroundFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atomtool-captcha Show documentation
Show all versions of atomtool-captcha Show documentation
atomTool核心工具包,包括集合、字符串、Bean等工具类
The newest version!
package cn.atomtool.captcha.background;
import java.awt.image.BufferedImage;
public interface BackgroundFactory {
void fillBackground(BufferedImage image);
}