public enum CaptchaFont extends Enum<CaptchaFont>
Description: 字体资源
| 枚举常量和说明 |
|---|
ACTION
内置字体类型
|
BEATAE |
EPILOG |
FRESNEL |
HEADACHE |
LEXOGRAPHER |
PREFIX |
PROG_BOT |
ROBOT_TEACHER |
SCANDAL |
public static final CaptchaFont ACTION
public static final CaptchaFont BEATAE
public static final CaptchaFont EPILOG
public static final CaptchaFont FRESNEL
public static final CaptchaFont HEADACHE
public static final CaptchaFont LEXOGRAPHER
public static final CaptchaFont PREFIX
public static final CaptchaFont PROG_BOT
public static final CaptchaFont ROBOT_TEACHER
public static final CaptchaFont SCANDAL
public static CaptchaFont[] values()
for (CaptchaFont c : CaptchaFont.values()) System.out.println(c);
public static CaptchaFont valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getFontName()
Copyright © 2022 Dromara. All rights reserved.