com.google.code.kaptcha.util
Class Configurable
java.lang.Object
com.google.code.kaptcha.util.Configurable
- Direct Known Subclasses:
- DefaultBackground, DefaultKaptcha, DefaultNoise, DefaultTextCreator, DefaultWordRenderer, NoNoise, ShadowGimpy, WaterRipple
public abstract class Configurable
- extends Object
This interface determines if a class can be configured by properties handled
by config manager.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configurable
public Configurable()
getConfig
public Config getConfig()
setConfig
public void setConfig(Config config)
Copyright © 2013. All rights reserved.