@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="SVGTransformList")
public class SVGTransformList
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
SVGTransformList() |
| Modifier and Type | Method and Description |
|---|---|
@JsNonNull SVGTransform |
appendItem(SVGTransform newItem) |
void |
clear() |
@JsNullable SVGTransform |
consolidate() |
@JsNonNull SVGTransform |
createSVGTransformFromMatrix(DOMMatrixReadOnly matrix) |
@JsNonNull SVGTransform |
getItem(int index) |
@JsNonNull SVGTransform |
initialize(SVGTransform newItem) |
@JsNonNull SVGTransform |
insertItemBefore(SVGTransform newItem,
int index) |
int |
length() |
int |
numberOfItems() |
@JsNonNull SVGTransform |
removeItem(int index) |
@JsNonNull SVGTransform |
replaceItem(SVGTransform newItem,
int index) |
void |
setAt(int index,
SVGTransform newItem) |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="length") public int length()
@JsProperty(name="numberOfItems") public int numberOfItems()
public @JsNonNull SVGTransform appendItem(@Nonnull SVGTransform newItem)
public void clear()
public @JsNullable SVGTransform consolidate()
public @JsNonNull SVGTransform createSVGTransformFromMatrix(@Nonnull DOMMatrixReadOnly matrix)
public @JsNonNull SVGTransform initialize(@Nonnull SVGTransform newItem)
public @JsNonNull SVGTransform insertItemBefore(@Nonnull SVGTransform newItem, int index)
public @JsNonNull SVGTransform removeItem(int index)
public @JsNonNull SVGTransform replaceItem(@Nonnull SVGTransform newItem, int index)
public @JsNonNull SVGTransform getItem(int index)
@JsOverlay
public final void setAt(int index,
@Nonnull
SVGTransform newItem)