public class SVGElementInstance extends EventTarget
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier | Constructor and Description |
---|---|
protected |
SVGElementInstance(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static SVGElementInstance |
$as(Object obj) |
SVGElement |
correspondingElement() |
SVGUseElement |
correspondingUseElement() |
SVGElementInstance |
firstChild() |
SVGElementInstanceList |
childNodes() |
SVGElementInstance |
lastChild() |
SVGElementInstance |
nextSibling() |
SVGElementInstance |
parentNode() |
SVGElementInstance |
previousSibling() |
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<SVGElementInstanceList> childNodes
public Objs.Property<SVGElement> correspondingElement
public Objs.Property<SVGUseElement> correspondingUseElement
public Objs.Property<SVGElementInstance> firstChild
public Objs.Property<SVGElementInstance> lastChild
public Objs.Property<SVGElementInstance> nextSibling
public Objs.Property<SVGElementInstance> parentNode
public Objs.Property<SVGElementInstance> previousSibling
protected SVGElementInstance(Objs.Constructor<?> c, Object js)
public static SVGElementInstance $as(Object obj)
public SVGElementInstanceList childNodes()
public SVGElement correspondingElement()
public SVGUseElement correspondingUseElement()
public SVGElementInstance firstChild()
public SVGElementInstance lastChild()
public SVGElementInstance nextSibling()
public SVGElementInstance parentNode()
public SVGElementInstance previousSibling()
Copyright © 2018. All rights reserved.