|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectjava.io.InputStream
play.libs.Images.Captcha
public static class Images.Captcha
A captcha image.
字段摘要 | |
---|---|
jj.play.ns.nl.captcha.backgrounds.BackgroundProducer |
background
|
java.util.List<java.awt.Font> |
fonts
|
jj.play.ns.nl.captcha.gimpy.GimpyRenderer |
gimpy
|
int |
h
|
java.awt.Color |
noise
|
java.lang.String |
text
|
java.awt.Color |
textColor
|
int |
w
|
构造方法摘要 | |
---|---|
Images.Captcha(int w,
int h)
|
方法摘要 | |
---|---|
Images.Captcha |
addNoise()
Add noise to the captcha. |
Images.Captcha |
addNoise(java.lang.String color)
Add noise to the captcha. |
java.lang.String |
getText()
Tell the captche to draw a text and retrieve it |
java.lang.String |
getText(int length)
Tell the captche to draw a text of the specified size and retrieve it |
java.lang.String |
getText(int length,
java.lang.String chars)
|
java.lang.String |
getText(java.lang.String color)
Tell the captche to draw a text using the specified color (ex. #000000) and retrieve it |
java.lang.String |
getText(java.lang.String color,
int length)
Tell the captche to draw a text of the specified size using the specified color (ex. #000000) and retrieve it |
java.lang.String |
getText(java.lang.String color,
int length,
java.lang.String chars)
|
int |
read()
|
int |
read(byte[] b)
|
Images.Captcha |
setBackground(java.lang.String color)
Set a solid background. |
Images.Captcha |
setBackground(java.lang.String from,
java.lang.String to)
Set a gradient background. |
Images.Captcha |
setSquigglesBackground()
Set a squiggles background |
从类 java.io.InputStream 继承的方法 |
---|
available, close, mark, markSupported, read, reset, skip |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
public java.lang.String text
public jj.play.ns.nl.captcha.backgrounds.BackgroundProducer background
public jj.play.ns.nl.captcha.gimpy.GimpyRenderer gimpy
public java.awt.Color textColor
public java.util.List<java.awt.Font> fonts
public int w
public int h
public java.awt.Color noise
构造方法详细信息 |
---|
public Images.Captcha(int w, int h)
方法详细信息 |
---|
public java.lang.String getText()
public java.lang.String getText(java.lang.String color)
public java.lang.String getText(int length)
public java.lang.String getText(java.lang.String color, int length)
public java.lang.String getText(int length, java.lang.String chars)
public java.lang.String getText(java.lang.String color, int length, java.lang.String chars)
public Images.Captcha addNoise()
public Images.Captcha addNoise(java.lang.String color)
public Images.Captcha setBackground(java.lang.String from, java.lang.String to)
public Images.Captcha setBackground(java.lang.String color)
public Images.Captcha setSquigglesBackground()
public int read() throws java.io.IOException
java.io.InputStream
中的 read
java.io.IOException
public int read(byte[] b) throws java.io.IOException
java.io.InputStream
中的 read
java.io.IOException
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |