public class SVGLocatable extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<SVGElement> |
farthestViewportElement |
Objs.Property<SVGElement> |
nearestViewportElement |
Modifier | Constructor and Description |
---|---|
protected |
SVGLocatable(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static SVGLocatable |
$as(Object obj) |
SVGElement |
farthestViewportElement() |
SVGRect |
getBBox() |
SVGMatrix |
getCTM() |
SVGMatrix |
getScreenCTM() |
SVGMatrix |
getTransformToElement(SVGElement element) |
SVGElement |
nearestViewportElement() |
$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<SVGElement> farthestViewportElement
public Objs.Property<SVGElement> nearestViewportElement
protected SVGLocatable(Objs.Constructor<?> c, Object js)
public static SVGLocatable $as(Object obj)
public SVGElement farthestViewportElement()
public SVGElement nearestViewportElement()
public SVGRect getBBox()
public SVGMatrix getCTM()
public SVGMatrix getScreenCTM()
public SVGMatrix getTransformToElement(SVGElement element)
Copyright © 2018. All rights reserved.