|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.captcha.noise.StraightLineNoiseProducer
public class StraightLineNoiseProducer
Draws a 4-pixel thick straight red line through the given image.
Constructor Summary | |
---|---|
StraightLineNoiseProducer()
Default constructor creates a 4-pixel wide red line. |
|
StraightLineNoiseProducer(java.awt.Color color,
int thickness)
|
Method Summary | |
---|---|
void |
makeNoise(java.awt.image.BufferedImage image)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StraightLineNoiseProducer()
public StraightLineNoiseProducer(java.awt.Color color, int thickness)
Method Detail |
---|
public void makeNoise(java.awt.image.BufferedImage image)
makeNoise
in interface NoiseProducer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |