congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
DiffuseRippleFilterFactory
Code IndexAdd Tabnine to your IDE (free)

How to use
DiffuseRippleFilterFactory
in
cn.dreampie.captcha.filter.predefined

Best Java code snippets using cn.dreampie.captcha.filter.predefined.DiffuseRippleFilterFactory (Showing top 2 results out of 315)

origin: Dreampie/Resty

/**
 * 获取滤镜效果
 *
 * @param captchaFilter
 * @return
 */
private FilterFactory getFilterFactory(CaptchaFilter captchaFilter) {
 FilterFactory filterFactory = null;
 switch (captchaFilter) {
  case Curves:
   filterFactory = new CurvesRippleFilterFactory();
   break;
  case Marble:
   filterFactory = new MarbleRippleFilterFactory();
   break;
  case Double:
   filterFactory = new DoubleRippleFilterFactory();
   break;
  case Wobble:
   filterFactory = new WobbleRippleFilterFactory();
   break;
  case Diffuse:
   filterFactory = new DiffuseRippleFilterFactory();
   break;
 }
 return filterFactory;
}
origin: cn.dreampie/jfinal-captcha

 break;
case 4:
 configurableCaptchaService.setFilterFactory(new DiffuseRippleFilterFactory());
 break;
default:
cn.dreampie.captcha.filter.predefinedDiffuseRippleFilterFactory

Most used methods

  • <init>

Popular in Java

  • Parsing JSON documents to java classes using gson
  • putExtra (Intent)
  • notifyDataSetChanged (ArrayAdapter)
  • getSystemService (Context)
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now