Package cn.dreampie.captcha.filter.library

Examples of cn.dreampie.captcha.filter.library.WobbleImageOp


public class WobbleRippleFilterFactory extends RippleFilterFactory {

  protected WobbleImageOp wobble;

  public WobbleRippleFilterFactory() {
    wobble = new WobbleImageOp();
  }
View Full Code Here

TOP

Related Classes of cn.dreampie.captcha.filter.library.WobbleImageOp

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.