Package nl.captcha.noise
Class StraightLineNoiseProducer
java.lang.Object
nl.captcha.noise.StraightLineNoiseProducer
- All Implemented Interfaces:
NoiseProducer
Draws a 4-pixel thick straight red line through the given image.
- Author:
- James Childers
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor creates a 4-pixel wide red line.StraightLineNoiseProducer(Color color, int thickness) -
Method Summary
-
Constructor Details
-
StraightLineNoiseProducer
public StraightLineNoiseProducer()Default constructor creates a 4-pixel wide red line. -
StraightLineNoiseProducer
-
-
Method Details
-
makeNoise
- Specified by:
makeNoisein interfaceNoiseProducer
-