A B C D F G I K M N P R S T W 

A

addBackground(BufferedImage) - 接口 中的方法com.google.code.kaptcha.BackgroundProducer
 
addBackground(BufferedImage) - 类 中的方法com.google.code.kaptcha.impl.DefaultBackground
 

B

BackgroundProducer - com.google.code.kaptcha中的接口
BackgroundProducer is responsible for adding background to an image.

C

ChineseTextProducer - com.google.code.kaptcha.text.impl中的类
TextProducer Implementation that will return Chinese characters..
ChineseTextProducer() - 类 的构造器com.google.code.kaptcha.text.impl.ChineseTextProducer
 
com.google.code.kaptcha - 程序包 com.google.code.kaptcha
 
com.google.code.kaptcha.impl - 程序包 com.google.code.kaptcha.impl
 
com.google.code.kaptcha.servlet - 程序包 com.google.code.kaptcha.servlet
 
com.google.code.kaptcha.text - 程序包 com.google.code.kaptcha.text
 
com.google.code.kaptcha.text.impl - 程序包 com.google.code.kaptcha.text.impl
 
com.google.code.kaptcha.util - 程序包 com.google.code.kaptcha.util
 
Config - com.google.code.kaptcha.util中的类
Config retrieves configuration values from properties file and specifies default values when no value is specified.
Config(Properties) - 类 的构造器com.google.code.kaptcha.util.Config
 
ConfigException - com.google.code.kaptcha.util中的异常错误
ConfigException is used to indicate an error in configuration properties.
ConfigException(String, String, Throwable) - 异常错误 的构造器com.google.code.kaptcha.util.ConfigException
 
ConfigException(String, String, String) - 异常错误 的构造器com.google.code.kaptcha.util.ConfigException
 
ConfigHelper - com.google.code.kaptcha.util中的类
This class provides helper methods in parsing configuration values.
ConfigHelper() - 类 的构造器com.google.code.kaptcha.util.ConfigHelper
 
Configurable - com.google.code.kaptcha.util中的类
This interface determines if a class can be configured by properties handled by config manager.
Configurable() - 类 的构造器com.google.code.kaptcha.util.Configurable
 
Constants - com.google.code.kaptcha中的类
 
Constants() - 类 的构造器com.google.code.kaptcha.Constants
 
createColorFromCommaSeparatedValues(String, String) - 类 中的方法com.google.code.kaptcha.util.ConfigHelper
 
createColorFromFieldValue(String, String) - 类 中的方法com.google.code.kaptcha.util.ConfigHelper
 
createImage(String) - 类 中的方法com.google.code.kaptcha.impl.DefaultKaptcha
Create an image which will have written a distorted text.
createImage(String) - 接口 中的方法com.google.code.kaptcha.Producer
Create an image which will have written a distorted text.
createText() - 类 中的方法com.google.code.kaptcha.impl.DefaultKaptcha
 
createText() - 接口 中的方法com.google.code.kaptcha.Producer
 

D

DefaultBackground - com.google.code.kaptcha.impl中的类
Default implementation of BackgroundProducer, adds a gradient background to an image.
DefaultBackground() - 类 的构造器com.google.code.kaptcha.impl.DefaultBackground
 
DefaultKaptcha - com.google.code.kaptcha.impl中的类
Default Producer implementation which draws a captcha image using WordRenderer, GimpyEngine, BackgroundProducer.
DefaultKaptcha() - 类 的构造器com.google.code.kaptcha.impl.DefaultKaptcha
 
DefaultNoise - com.google.code.kaptcha.impl中的类
The default implementation of NoiseProducer, adds a noise on an image.
DefaultNoise() - 类 的构造器com.google.code.kaptcha.impl.DefaultNoise
 
DefaultTextCreator - com.google.code.kaptcha.text.impl中的类
DefaultTextCreator creates random text from an array of characters with specified length.
DefaultTextCreator() - 类 的构造器com.google.code.kaptcha.text.impl.DefaultTextCreator
 
DefaultWordRenderer - com.google.code.kaptcha.text.impl中的类
The default implementation of WordRenderer, creates an image with a word rendered on it.
DefaultWordRenderer() - 类 的构造器com.google.code.kaptcha.text.impl.DefaultWordRenderer
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法com.google.code.kaptcha.servlet.KaptchaServlet
 

F

FishEyeGimpy - com.google.code.kaptcha.impl中的类
FishEyeGimpy adds fish eye effect with vertical and horizontal lines.
FishEyeGimpy() - 类 的构造器com.google.code.kaptcha.impl.FishEyeGimpy
 
FiveLetterFirstNameTextCreator - com.google.code.kaptcha.text.impl中的类
FiveLetterFirstNameTextCreator creates random text of 5-letter first name.
FiveLetterFirstNameTextCreator() - 类 的构造器com.google.code.kaptcha.text.impl.FiveLetterFirstNameTextCreator
 

G

getBackgroundColorFrom() - 类 中的方法com.google.code.kaptcha.util.Config
 
getBackgroundColorTo() - 类 中的方法com.google.code.kaptcha.util.Config
 
getBackgroundImpl() - 类 中的方法com.google.code.kaptcha.util.Config
 
getBoolean(String, String, boolean) - 类 中的方法com.google.code.kaptcha.util.ConfigHelper
 
getBorderColor() - 类 中的方法com.google.code.kaptcha.util.Config
 
getBorderThickness() - 类 中的方法com.google.code.kaptcha.util.Config
 
getChars(String, String, char[]) - 类 中的方法com.google.code.kaptcha.util.ConfigHelper
 
getClassInstance(String, String, Object, Config) - 类 中的方法com.google.code.kaptcha.util.ConfigHelper
 
getColor(String, String, Color) - 类 中的方法com.google.code.kaptcha.util.ConfigHelper
 
getConfig() - 类 中的方法com.google.code.kaptcha.util.Configurable
 
getDistortedImage(BufferedImage) - 接口 中的方法com.google.code.kaptcha.GimpyEngine
 
getDistortedImage(BufferedImage) - 类 中的方法com.google.code.kaptcha.impl.FishEyeGimpy
Applies distortion by adding fish eye effect and horizontal vertical lines.
getDistortedImage(BufferedImage) - 类 中的方法com.google.code.kaptcha.impl.ShadowGimpy
Applies distortion by adding shadow to the text and also two noises.
getDistortedImage(BufferedImage) - 类 中的方法com.google.code.kaptcha.impl.WaterRipple
Applies distortion by adding water ripple effect.
getFonts(String, String, int, Font[]) - 类 中的方法com.google.code.kaptcha.util.ConfigHelper
 
getHeight() - 类 中的方法com.google.code.kaptcha.util.Config
 
getNoiseColor() - 类 中的方法com.google.code.kaptcha.util.Config
 
getNoiseImpl() - 类 中的方法com.google.code.kaptcha.util.Config
 
getObscurificatorImpl() - 类 中的方法com.google.code.kaptcha.util.Config
 
getPositiveInt(String, String, int) - 类 中的方法com.google.code.kaptcha.util.ConfigHelper
 
getProducerImpl() - 类 中的方法com.google.code.kaptcha.util.Config
 
getProperties() - 类 中的方法com.google.code.kaptcha.util.Config
 
getSessionDate() - 类 中的方法com.google.code.kaptcha.util.Config
Allows one to override the date name which is stored in the users HttpSession.
getSessionKey() - 类 中的方法com.google.code.kaptcha.util.Config
Allows one to override the key name which is stored in the users HttpSession.
getText() - 类 中的方法com.google.code.kaptcha.text.impl.ChineseTextProducer
 
getText() - 类 中的方法com.google.code.kaptcha.text.impl.DefaultTextCreator
 
getText() - 类 中的方法com.google.code.kaptcha.text.impl.FiveLetterFirstNameTextCreator
 
getText() - 接口 中的方法com.google.code.kaptcha.text.TextProducer
 
getTextProducerCharLength() - 类 中的方法com.google.code.kaptcha.util.Config
 
getTextProducerCharSpace() - 类 中的方法com.google.code.kaptcha.util.Config
 
getTextProducerCharString() - 类 中的方法com.google.code.kaptcha.util.Config
 
getTextProducerFontColor() - 类 中的方法com.google.code.kaptcha.util.Config
 
getTextProducerFonts(int) - 类 中的方法com.google.code.kaptcha.util.Config
 
getTextProducerFontSize() - 类 中的方法com.google.code.kaptcha.util.Config
 
getTextProducerImpl() - 类 中的方法com.google.code.kaptcha.util.Config
 
getWidth() - 类 中的方法com.google.code.kaptcha.util.Config
 
getWordRendererImpl() - 类 中的方法com.google.code.kaptcha.util.Config
 
GimpyEngine - com.google.code.kaptcha中的接口
GimpyEngine is responsible for applying image distortion.

I

init(ServletConfig) - 类 中的方法com.google.code.kaptcha.servlet.KaptchaServlet
 
isBorderDrawn() - 类 中的方法com.google.code.kaptcha.util.Config
 

K

KAPTCHA_BACKGROUND_CLR_FROM - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_BACKGROUND_CLR_TO - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_BACKGROUND_IMPL - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_BORDER - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_BORDER_COLOR - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_BORDER_THICKNESS - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_IMAGE_HEIGHT - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_IMAGE_WIDTH - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_NOISE_COLOR - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_NOISE_IMPL - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_OBSCURIFICATOR_IMPL - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_PRODUCER_IMPL - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_SESSION_CONFIG_DATE - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_SESSION_CONFIG_KEY - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_SESSION_DATE - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_SESSION_KEY - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_TEXTPRODUCER_CHAR_LENGTH - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_TEXTPRODUCER_CHAR_SPACE - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_TEXTPRODUCER_CHAR_STRING - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_TEXTPRODUCER_FONT_COLOR - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_TEXTPRODUCER_FONT_NAMES - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_TEXTPRODUCER_FONT_SIZE - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_TEXTPRODUCER_IMPL - 类 中的静态变量com.google.code.kaptcha.Constants
 
KAPTCHA_WORDRENDERER_IMPL - 类 中的静态变量com.google.code.kaptcha.Constants
 
KaptchaServlet - com.google.code.kaptcha.servlet中的类
This servlet uses the settings passed into it via the Producer api.
KaptchaServlet() - 类 的构造器com.google.code.kaptcha.servlet.KaptchaServlet
 

M

makeNoise(BufferedImage, float, float, float, float) - 类 中的方法com.google.code.kaptcha.impl.DefaultNoise
Draws a noise on the image.
makeNoise(BufferedImage, float, float, float, float) - 类 中的方法com.google.code.kaptcha.impl.NoNoise
 
makeNoise(BufferedImage, float, float, float, float) - 接口 中的方法com.google.code.kaptcha.NoiseProducer
Adds noise to an image.

N

NoiseProducer - com.google.code.kaptcha中的接口
NoiseProducer is responsible for adding noise to an image.
NoNoise - com.google.code.kaptcha.impl中的类
Imlemention of NoiseProducer that does nothing.
NoNoise() - 类 的构造器com.google.code.kaptcha.impl.NoNoise
 

P

Producer - com.google.code.kaptcha中的接口
Responsible for creating captcha image with a text drawn on it.

R

renderWord(String, int, int) - 类 中的方法com.google.code.kaptcha.text.impl.DefaultWordRenderer
Renders a word to an image.
renderWord(String, int, int) - 接口 中的方法com.google.code.kaptcha.text.WordRenderer
 

S

setConfig(Config) - 类 中的方法com.google.code.kaptcha.util.Configurable
 
ShadowGimpy - com.google.code.kaptcha.impl中的类
ShadowGimpy adds shadow to the text on the image and two noises.
ShadowGimpy() - 类 的构造器com.google.code.kaptcha.impl.ShadowGimpy
 

T

TextProducer - com.google.code.kaptcha.text中的接口
TextProducer is responsible for creating text.

W

WaterRipple - com.google.code.kaptcha.impl中的类
WaterRipple adds water ripple effect to an image.
WaterRipple() - 类 的构造器com.google.code.kaptcha.impl.WaterRipple
 
WordRenderer - com.google.code.kaptcha.text中的接口
WordRenderer is responsible for rendering words.
A B C D F G I K M N P R S T W