com.google.code.kaptcha.util
Class Configurable

java.lang.Object
  extended by com.google.code.kaptcha.util.Configurable
Direct Known Subclasses:
DefaultBackground, DefaultKaptcha, DefaultNoise, DefaultTextCreator, DefaultWordRenderer, NoNoise, ShadowGimpy, WaterRipple

public abstract class Configurable
extends java.lang.Object

This interface determines if a class can be configured by properties handled by config manager.


Constructor Summary
Configurable()
           
 
Method Summary
 Config getConfig()
           
 void setConfig(Config config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configurable

public Configurable()
Method Detail

getConfig

public Config getConfig()

setConfig

public void setConfig(Config config)


Copyright © 2010 Kaptcha. All Rights Reserved. Build version: 2.3.2