static Element |
Element.$as(Object obj) |
Element |
Element.add(Element el) |
Element |
Element.addClass(String value) |
Element |
Element.after(Element el) |
Element |
Element.align(Element el,
String way) |
Element |
Set.animate(Array<Objs> params) |
Element |
Element.animate(Object animation) |
Element |
Set.animate(Objs attrs,
double duration) |
Element |
Element.animate(Objs attrs,
double duration) |
Element |
Set.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing) |
Element |
Element.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing) |
Element |
Set.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Element |
Element.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Element |
Element.append(Element el) |
Element |
Element.appendTo(Element el) |
Element |
Set.attr(Objs params) |
Element |
Element.attr(Objs params) |
Element |
Element.before(Element el) |
Element |
Paper.circle(double x,
double y,
double r) |
Element |
Element.click(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.click(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.clone() |
Element |
Element.dblclick(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.dblclick(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.drag() |
Element |
Element.drag(Function.A5<? super Number,? super Number,? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd) |
Element |
Element.drag(Function.A5<? super Number,? super Number,? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd,
Object moveThisArg) |
Element |
Element.drag(Function.A5<? super Number,? super Number,? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd,
Object moveThisArg,
Object startThisArg) |
Element |
Element.drag(Function.A5<? super Number,? super Number,? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd,
Object moveThisArg,
Object startThisArg,
Object endThisArg) |
Element |
Paper.el(String name,
Objs attr) |
Element |
Paper.ellipse(double x,
double y,
double rx,
double ry) |
Element |
Paper.filter(String filstr) |
static Element |
Exports.getElementByPoint(double x,
double y) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler,
Object thisArg) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler,
Object inThisArg,
Object outThisArg) |
Element |
Paper.image(String src,
double x,
double y,
double width,
double height) |
Element |
Element.insertAfter(Element el) |
Element |
Element.insertBefore(Element el) |
Element |
Paper.line(double x1,
double y1,
double x2,
double y2) |
Element |
Element.marker(double x,
double y,
double width,
double height,
double refX,
double refY) |
Element |
Element.mousedown(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mousedown(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.mousemove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mousemove(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.mouseout(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mouseout(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.mouseover(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mouseover(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.mouseup(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mouseup(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.parent() |
Element |
Paper.path() |
Element |
Paper.path(String pathString) |
Element |
Element.pattern(Object x,
Object y,
Object width,
Object height) |
Element |
Paper.polygon(Object[] varargs) |
Element |
Paper.polyline(Object[] varargs) |
Element |
Set.pop() |
Element |
Element.prepend(Element el) |
Element |
Element.prependTo(Element el) |
Element |
Set.push(Element el) |
Element |
Set.push(Element[] els) |
Element |
Paper.rect(double x,
double y,
double width,
double height) |
Element |
Paper.rect(double x,
double y,
double width,
double height,
double rx) |
Element |
Paper.rect(double x,
double y,
double width,
double height,
double rx,
double ry) |
Element |
Element.remove() |
Element |
Element.removeClass(String value) |
Element |
Element.removeData() |
Element |
Element.removeData(String key) |
Element |
Fragment.select(String query) |
static Element |
Exports.select(String query) |
Element |
Element.select(String query) |
Element |
Element.stop() |
Element |
Paper.text(double x,
double y,
Array<Union.A2<String,Number>> text) |
Element |
Paper.text(double x,
double y,
double text) |
Element |
Paper.text(double x,
double y,
String text) |
Element |
Element.toDefs() |
Element |
Element.toggleClass(String value,
Boolean flag) |
Element |
Element.touchcancel(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.touchcancel(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.touchend(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.touchend(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.touchmove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.touchmove(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.touchstart(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.touchstart(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.transform(String tstr) |
Element |
Element.unclick() |
Element |
Element.unclick(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.undblclick(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.undrag() |
Element |
Element.undrag(Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd) |
Element |
Element.unhover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler) |
Element |
Element.unmousedown(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.unmousemove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.unmouseout(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.unmouseover(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.unmouseup(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.untouchcancel(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.untouchend(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.untouchmove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.untouchstart(Function.A1<? super MouseEvent,? extends Void> handler) |