All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.html.lib.jquery.JQueryEasingFunction Maven / Gradle / Ivy

package net.java.html.lib.jquery;
public class JQueryEasingFunction extends net.java.html.lib.Objs {
  protected JQueryEasingFunction(net.java.html.lib.Objs.Constructor c, java.lang.Object js) {
    super(c, js);
  }
  private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
    $Constructor() {
      super(JQueryEasingFunction.class);
    }
    @Override
    public JQueryEasingFunction create(java.lang.Object obj) {
      return obj == null ? null : new JQueryEasingFunction(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static JQueryEasingFunction $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public double $apply(double percent) {
    return $Typings$.$apply$531($js(this), percent);
  }
  // CallSignature: {"children":[],"kind":"CallSignature","comment":null,"name":null,"type":{"kind":"NumberKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"text":null,"declarationList":null,"parameters":[{"name":{"kind":"Identifier","text":"percent","right":[]},"type":{"kind":"NumberKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":null,"dotDotDotToken":null}],"typeParameters":[],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[],"body":[],"statements":[],"moduleReference":[]}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy