public class SVGTransformList extends Object
Modifier and Type | Field and Description |
---|---|
double |
numberOfItems |
static SVGTransformList |
prototype |
constructor
Constructor and Description |
---|
SVGTransformList() |
Modifier and Type | Method and Description |
---|---|
SVGTransform |
appendItem(SVGTransform newItem) |
void |
clear() |
SVGTransform |
consolidate() |
SVGTransform |
createSVGTransformFromMatrix(SVGMatrix matrix) |
SVGTransform |
getItem(double index) |
SVGTransform |
initialize(SVGTransform newItem) |
SVGTransform |
insertItemBefore(SVGTransform newItem,
double index) |
SVGTransform |
removeItem(double index) |
SVGTransform |
replaceItem(SVGTransform newItem,
double index) |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public double numberOfItems
public static SVGTransformList prototype
public SVGTransform appendItem(SVGTransform newItem)
public void clear()
public SVGTransform consolidate()
public SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)
public SVGTransform getItem(double index)
public SVGTransform initialize(SVGTransform newItem)
public SVGTransform insertItemBefore(SVGTransform newItem, double index)
public SVGTransform removeItem(double index)
public SVGTransform replaceItem(SVGTransform newItem, double index)