public final class Svg<Z extends Element> extends Object implements GlobalAttributes<Svg<Z>,Z>, TextGroup<Svg<Z>,Z>
| Modifier and Type | Field and Description |
|---|---|
protected Z |
parent |
protected ElementVisitor |
visitor |
| Modifier | Constructor and Description |
|---|---|
|
Svg(ElementVisitor visitor) |
|
Svg(Z parent) |
protected |
Svg(Z parent,
ElementVisitor visitor,
boolean shouldVisit) |
| Modifier and Type | Method and Description |
|---|---|
Z |
__() |
Svg<Z> |
async(BiConsumer<Runnable,Svg<Z>> var1) |
Svg<Z> |
attrHeight(Long attrHeight) |
Svg<Z> |
attrWidth(Long attrWidth) |
Svg<Z> |
attrX(Long attrX) |
Svg<Z> |
attrY(Long attrY) |
String |
getName() |
Z |
getParent() |
ElementVisitor |
getVisitor() |
Svg<Z> |
self() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattrAccesskey, attrClass, attrContenteditable, attrDir, attrDraggable, attrHidden, attrId, attrLang, attrSpellcheck, attrStyle, attrTabIndex, attrTitle, attrTranslateattrOnabort, attrOnauxclick, attrOnblur, attrOncancel, attrOncanplay, attrOncanplaythrough, attrOnchange, attrOnclick, attrOnclose, attrOncuechange, attrOndblclick, attrOndrag, attrOndragend, attrOndragenter, attrOndragexit, attrOndragleave, attrOndragover, attrOndragstart, attrOndrop, attrOndurationchange, attrOnemptied, attrOnended, attrOnerror, attrOnfocus, attrOninput, attrOninvalid, attrOnkeydown, attrOnkeypress, attrOnkeyup, attrOnload, attrOnloadeddata, attrOnloadedmetadata, attrOnloadend, attrOnloadstart, attrOnmousedown, attrOnmouseenter, attrOnmouseleave, attrOnmousemove, attrOnmouseout, attrOnmouseover, attrOnmouseup, attrOnpause, attrOnplay, attrOnplaying, attrOnprogress, attrOnratechange, attrOnreset, attrOnresize, attrOnscroll, attrOnseeked, attrOnseeking, attrOnselect, attrOnshow, attrOnstalled, attrOnsubmit, attrOnsuspend, attrOntimeupdate, attrOntoogle, attrOnvolumenchange, attrOnwaiting, attrOnwheeladdAttrprotected final ElementVisitor visitor
public Svg(ElementVisitor visitor)
public Svg(Z parent)
protected Svg(Z parent, ElementVisitor visitor, boolean shouldVisit)
public Z getParent()
public final ElementVisitor getVisitor()
public String getName()
Copyright © 2022. All rights reserved.