|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WordToImage | |
|---|---|
| com.octo.captcha.component.image.wordtoimage | this package provides implementations of the WordToImage interface. Main class is the AbstractWordToImage wich defines the strucure of the implementations provided. ComposedWordToImage is the first concrete WordToImage. |
| com.octo.captcha.image.gimpy | This package a struture for implementing gimpys A gimpy is ImageCaptcha with the question "Spell the word". |
| Uses of WordToImage in com.octo.captcha.component.image.wordtoimage |
|---|
| Classes in com.octo.captcha.component.image.wordtoimage that implement WordToImage | |
|---|---|
class |
AbstractWordToImage
Implementation skeleton for the WordToImage component |
class |
ComposedWordToImage
Base class for composed WordToImage |
class |
DeformedComposedWordToImage
This implementation uses deformation components to distord the image. |
class |
SimpleWordToImage
Simple image to word implementation. |
| Uses of WordToImage in com.octo.captcha.image.gimpy |
|---|
| Methods in com.octo.captcha.image.gimpy that return WordToImage | |
|---|---|
WordToImage |
GimpyFactory.getWordToImage()
|
| Constructors in com.octo.captcha.image.gimpy with parameters of type WordToImage | |
|---|---|
GimpyFactory(WordGenerator generator,
WordToImage word2image)
|
|
GimpyFactory(WordGenerator generator,
WordToImage word2image,
boolean caseSensitive)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||