@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="SVGTransformList")
public class SVGTransformList
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
SVGTransformList() |
| Modifier and Type | Method and Description |
|---|---|
SVGTransform |
appendItem(SVGTransform newItem) |
void |
clear() |
SVGTransform |
consolidate() |
SVGTransform |
createSVGTransformFromMatrix(DOMMatrixReadOnly matrix) |
SVGTransform |
getItem(int index) |
SVGTransform |
initialize(SVGTransform newItem) |
SVGTransform |
insertItemBefore(SVGTransform newItem,
int index) |
int |
length() |
int |
numberOfItems() |
SVGTransform |
removeItem(int index) |
SVGTransform |
replaceItem(SVGTransform newItem,
int index) |
void |
setAt(int index,
SVGTransform newItem) |
@JsProperty(name="length") public int length()
@JsProperty(name="numberOfItems") public int numberOfItems()
@Nonnull public SVGTransform appendItem(@Nonnull SVGTransform newItem)
public void clear()
@Nullable public SVGTransform consolidate()
@Nonnull public SVGTransform createSVGTransformFromMatrix(@Nonnull DOMMatrixReadOnly matrix)
@Nonnull public SVGTransform initialize(@Nonnull SVGTransform newItem)
@Nonnull public SVGTransform insertItemBefore(@Nonnull SVGTransform newItem, int index)
@Nonnull public SVGTransform removeItem(int index)
@Nonnull public SVGTransform replaceItem(@Nonnull SVGTransform newItem, int index)
@Nonnull public SVGTransform getItem(int index)
@JsOverlay
public final void setAt(int index,
@Nonnull
SVGTransform newItem)