org.beangle.otk.captcha.core.image
Members list
Type members
Classlikes
abstract class AbstractWordToImage(fontGenerator: FontGenerator, backgroundGenerator: BackgroundGenerator, textPaster: TextPaster, val minAcceptedWordLength: Int, val maxAcceptedWordLength: Int) extends WordToImage
Attributes
- Supertypes
- Known subtypes
trait BackgroundGenerator
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object ChangeableAttributedString
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
class ChangeableAttributedString(val g2: Graphics2D, aStrings: Array[AttributedString], bounds: Array[Rectangle2D], metrics: Array[LineMetrics], var kerning: Int)
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object ColorGenerator
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ColorGenerator.type
trait ColorGenerator
class DecoratedTextPaster(val colorGenerator: ColorGenerator, var manageColorPerGlyph: Boolean = ...) extends TextPaster
Attributes
- Supertypes
class DeformedComposedWordToImage(fontGenerator: FontGenerator, backgroundGenerator: BackgroundGenerator, textPaster: TextPaster, minAcceptedWordLength: Int, maxAcceptedWordLength: Int) extends AbstractWordToImage
Attributes
- Supertypes
trait FontGenerator
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class RandomFontGenerator
object GmailEngine
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
GmailEngine.type
class GmailEngine(val generator: WordGenerator, val wordToImage: WordToImage) extends CaptchaEngine[InputStream, String]
Attributes
- Companion
- object
- Supertypes
object RandomFontGenerator
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RandomFontGenerator.type
class RandomFontGenerator(val minFontSize: Int, val maxFontSize: Int, fontsList: Array[Font]) extends FontGenerator
Attributes
- Companion
- object
- Supertypes
trait TextPaster
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DecoratedTextPaster
class UniColorBackgroundGenerator(val width: Int = ..., val height: Int = ..., val color: Color) extends BackgroundGenerator
Attributes
- Supertypes
trait WordToImage
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class AbstractWordToImage
In this article