Class StraightLineNoiseProducer

java.lang.Object
nl.captcha.noise.StraightLineNoiseProducer
All Implemented Interfaces:
NoiseProducer

public class StraightLineNoiseProducer extends Object implements NoiseProducer
Draws a 4-pixel thick straight red line through the given image.
  • Constructor Details

    • StraightLineNoiseProducer

      public StraightLineNoiseProducer()
      Default constructor creates a 4-pixel wide red line.
    • StraightLineNoiseProducer

      public StraightLineNoiseProducer(Color color, int thickness)
  • Method Details