All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
static Element |
$as(Object obj) |
Element |
add(Element el) |
Element |
addClass(String value) |
Element |
after(Element el) |
Element |
align(Element el,
String way) |
Element |
animate(Object animation) |
Element |
animate(Objs attrs,
double duration) |
Element |
animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing) |
Element |
animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Element |
append(Element el) |
Element |
appendTo(Element el) |
double |
asPX(String attr) |
double |
asPX(String attr,
String value) |
Element |
attr(Objs params) |
String |
attr(String param) |
Element |
before(Element el) |
Element |
click(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
click(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
clone() |
Object |
data(String key) |
Object |
data(String key,
Object value) |
Element |
dblclick(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
dblclick(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
drag() |
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 |
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 |
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 |
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) |
String |
getAlign(Element el,
String way) |
BBox |
getBBox() |
Objs |
getPointAtLength(double length) |
String |
getSubpath(double from,
double to) |
double |
getTotalLength() |
Boolean |
hasClass(String value) |
Element |
hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler) |
Element |
hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler,
Object thisArg) |
Element |
hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler,
Object inThisArg,
Object outThisArg) |
Array<Element> |
children() |
Array<Objs> |
inAnim() |
String |
innerSVG() |
Element |
insertAfter(Element el) |
Element |
insertBefore(Element el) |
Element |
marker(double x,
double y,
double width,
double height,
double refX,
double refY) |
Element |
mousedown(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
mousedown(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
mousemove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
mousemove(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
mouseout(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
mouseout(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
mouseover(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
mouseover(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
mouseup(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
mouseup(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
HTMLElement |
node() |
String |
outerSVG() |
Element |
parent() |
Element |
pattern(Object x,
Object y,
Object width,
Object height) |
Element |
prepend(Element el) |
Element |
prependTo(Element el) |
Element |
remove() |
Element |
removeClass(String value) |
Element |
removeData() |
Element |
removeData(String key) |
Element |
select(String query) |
Set |
selectAll() |
Set |
selectAll(String query) |
Element |
stop() |
Element |
toDefs() |
Element |
toggleClass(String value,
Boolean flag) |
Object |
toJSON() |
Objs |
toPattern(double x,
double y,
double width,
double height) |
Objs |
toPattern(String x,
String y,
String width,
String height) |
Element |
touchcancel(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
touchcancel(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
touchend(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
touchend(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
touchmove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
touchmove(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
touchstart(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
touchstart(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
TransformationDescriptor |
transform() |
Element |
transform(String tstr) |
String |
type() |
Element |
unclick() |
Element |
unclick(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
undblclick(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
undrag() |
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 |
unhover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler) |
Element |
unmousedown(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
unmousemove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
unmouseout(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
unmouseover(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
unmouseup(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
untouchcancel(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
untouchend(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
untouchmove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
untouchstart(Function.A1<? super MouseEvent,? extends Void> handler) |
Objs |
use() |