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

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

package net.java.html.lib.jquery;
public class JQueryEasingFunctions extends net.java.html.lib.Objs {
  protected JQueryEasingFunctions(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(JQueryEasingFunctions.class);
    }
    @Override
    public JQueryEasingFunctions create(java.lang.Object obj) {
      return obj == null ? null : new JQueryEasingFunctions(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static JQueryEasingFunctions $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.jquery.JQueryEasingFunction $get(java.lang.String name) {
    return (net.java.html.lib.jquery.JQueryEasingFunction)net.java.html.lib.jquery.JQueryEasingFunction.$as($Typings$.$get$532($js(this), name));
  }
  public net.java.html.lib.Objs.Property linear = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.jquery.JQueryEasingFunction.class, "linear");
  public double linear(double percent) {
    return $Typings$.linear$533($js(this), percent);
  }
  public net.java.html.lib.Objs.Property swing = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.jquery.JQueryEasingFunction.class, "swing");
  public double swing(double percent) {
    return $Typings$.swing$534($js(this), percent);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy