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

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

package net.java.html.lib.jquery;
public class JQueryCoordinates extends net.java.html.lib.Objs {
  protected JQueryCoordinates(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(JQueryCoordinates.class);
    }
    @Override
    public JQueryCoordinates create(java.lang.Object obj) {
      return obj == null ? null : new JQueryCoordinates(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static JQueryCoordinates $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property left = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "left");
  public java.lang.Number left() { return left.get(); }
  public net.java.html.lib.Objs.Property top = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "top");
  public java.lang.Number top() { return top.get(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy