@JsType(isNative=true, name="SVGTransformList", namespace="<global>") public class SVGTransformList extends Object
Constructor and Description |
---|
SVGTransformList() |
Modifier and Type | Method and Description |
---|---|
SVGTransform |
appendItem(SVGTransform newItem) |
void |
clear() |
SVGTransform |
consolidate() |
SVGTransform |
createSVGTransformFromMatrix(SVGMatrix matrix) |
SVGTransform |
getItem(int index) |
int |
getNumberOfItems() |
SVGTransform |
initialize(SVGTransform newItem) |
SVGTransform |
insertItemBefore(SVGTransform newItem,
int index) |
SVGTransform |
removeItem(int index) |
SVGTransform |
replaceItem(SVGTransform newItem,
int index) |
@JsProperty(name="numberOfItems") public int getNumberOfItems()
public void clear()
public SVGTransform initialize(SVGTransform newItem)
public SVGTransform getItem(int index)
public SVGTransform insertItemBefore(SVGTransform newItem, int index)
public SVGTransform replaceItem(SVGTransform newItem, int index)
public SVGTransform removeItem(int index)
public SVGTransform appendItem(SVGTransform newItem)
public SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)
public SVGTransform consolidate()
Copyright © 2018 Xalys. All rights reserved.