com.octo.captcha.component.image.textpaster
Class VisitedAndDecoratedTextPaster
java.lang.Object
com.octo.captcha.component.image.textpaster.AbstractTextPaster
com.octo.captcha.component.image.textpaster.VisitedAndDecoratedTextPaster
- All Implemented Interfaces:
- TextPaster
Deprecated.
public class VisitedAndDecoratedTextPaster
- extends AbstractTextPaster
Field Summary |
protected int |
kerning
Deprecated. |
Constructor Summary |
VisitedAndDecoratedTextPaster(java.lang.Integer minAcceptedWordLength,
java.lang.Integer maxAcceptedWordLength,
ColorGenerator colorGenerator,
java.lang.Boolean manageColorPerGlyph,
TextVisitor[] textVisitors,
TextDecorator[] textDecorators)
Deprecated. |
VisitedAndDecoratedTextPaster(java.lang.Integer minAcceptedWordLength,
java.lang.Integer maxAcceptedWordLength,
ColorGenerator colorGenerator,
TextVisitor[] textVisitors,
TextDecorator[] textDecorators)
Deprecated. |
VisitedAndDecoratedTextPaster(java.lang.Integer minAcceptedWordLength,
java.lang.Integer maxAcceptedWordLength,
java.awt.Color textColor,
TextVisitor[] textVisitors,
TextDecorator[] textDecorators)
Deprecated. |
VisitedAndDecoratedTextPaster(java.lang.Integer minAcceptedWordLength,
java.lang.Integer maxAcceptedWordLength,
TextVisitor[] textVisitors,
TextDecorator[] textDecorators)
Deprecated. |
Method Summary |
java.awt.image.BufferedImage |
pasteText(java.awt.image.BufferedImage background,
java.text.AttributedString attributedWord)
Deprecated. Pastes the attributed string on the backround image and return the final image. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kerning
protected final int kerning
- Deprecated.
- See Also:
- Constant Field Values
VisitedAndDecoratedTextPaster
public VisitedAndDecoratedTextPaster(java.lang.Integer minAcceptedWordLength,
java.lang.Integer maxAcceptedWordLength,
TextVisitor[] textVisitors,
TextDecorator[] textDecorators)
- Deprecated.
VisitedAndDecoratedTextPaster
public VisitedAndDecoratedTextPaster(java.lang.Integer minAcceptedWordLength,
java.lang.Integer maxAcceptedWordLength,
java.awt.Color textColor,
TextVisitor[] textVisitors,
TextDecorator[] textDecorators)
- Deprecated.
VisitedAndDecoratedTextPaster
public VisitedAndDecoratedTextPaster(java.lang.Integer minAcceptedWordLength,
java.lang.Integer maxAcceptedWordLength,
ColorGenerator colorGenerator,
TextVisitor[] textVisitors,
TextDecorator[] textDecorators)
- Deprecated.
VisitedAndDecoratedTextPaster
public VisitedAndDecoratedTextPaster(java.lang.Integer minAcceptedWordLength,
java.lang.Integer maxAcceptedWordLength,
ColorGenerator colorGenerator,
java.lang.Boolean manageColorPerGlyph,
TextVisitor[] textVisitors,
TextDecorator[] textDecorators)
- Deprecated.
pasteText
public java.awt.image.BufferedImage pasteText(java.awt.image.BufferedImage background,
java.text.AttributedString attributedWord)
throws CaptchaException
- Deprecated.
- Pastes the attributed string on the backround image and return the final image. Implementation must take into
account the fact that the text must be readable by human and non by programs
- Returns:
- the final image
- Throws:
CaptchaException
- if any exception accurs during paste routine.
Copyright 2003-2009 JCaptcha. All Rights Reserved.