Tabnine Logo
MarbleRippleFilterFactory
Code IndexAdd Tabnine to your IDE (free)

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

Best Java code snippets using cn.dreampie.captcha.filter.predefined.MarbleRippleFilterFactory (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 1:
 configurableCaptchaService.setFilterFactory(new MarbleRippleFilterFactory());
 break;
case 2:
cn.dreampie.captcha.filter.predefinedMarbleRippleFilterFactory

Most used methods

  • <init>

Popular in Java

  • Start an intent from android
  • runOnUiThread (Activity)
  • compareTo (BigDecimal)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Socket (java.net)
    Provides a client-side TCP socket.
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Permission (java.security)
    Legacy security code; do not use.
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • 21 Best IntelliJ Plugins
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