com.github.cage
Class GCage

java.lang.Object
  extended by com.github.cage.Cage
      extended by com.github.cage.GCage

public class GCage
extends Cage

Creates and configures a Cage instance that can generate captcha images similar to Google's. This is the "G" template. Simply create an instance with new GCage() and you can generate images. See Cage for more info. This class is thread safe.

Author:
akiraly

Field Summary
 
Fields inherited from class com.github.cage.Cage
DEFAULT_COMPRESS_RATIO, DEFAULT_FORMAT
 
Constructor Summary
GCage()
           
 
Method Summary
 
Methods inherited from class com.github.cage.Cage
draw, draw, drawImage, getCompressRatio, getFonts, getForegrounds, getFormat, getPainter, getTokenGenerator, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCage

public GCage()


Copyright © 2011. All Rights Reserved.