svg::SVGTransformList Interface Reference
import "svg.idl";
Public Member Functions | |
| void | clear () raises ( DOMException ) |
| SVGTransform | initialize (in SVGTransform newItem) raises ( DOMException, SVGException ) |
| SVGTransform | getItem (in unsigned long index) raises ( DOMException ) |
| SVGTransform | insertItemBefore (in SVGTransform newItem, in unsigned long index) raises ( DOMException, SVGException ) |
| SVGTransform | replaceItem (in SVGTransform newItem, in unsigned long index) raises ( DOMException, SVGException ) |
| SVGTransform | removeItem (in unsigned long index) raises ( DOMException ) |
| SVGTransform | appendItem (in SVGTransform newItem) raises ( DOMException, SVGException ) |
| SVGTransform | createSVGTransformFromMatrix (in SVGMatrix matrix) |
| SVGTransform | consolidate () |
Public Attributes | |
| readonly attribute unsigned long | numberOfItems |
Detailed Description
Definition at line 665 of file svg.idl.
Member Function Documentation
| SVGTransform svg::SVGTransformList::appendItem | ( | in SVGTransform | newItem | ) | raises ( DOMException, SVGException ) |
| void svg::SVGTransformList::clear | ( | ) | raises ( DOMException ) |
| SVGTransform svg::SVGTransformList::consolidate | ( | ) |
| SVGTransform svg::SVGTransformList::createSVGTransformFromMatrix | ( | in SVGMatrix | matrix | ) |
| SVGTransform svg::SVGTransformList::getItem | ( | in unsigned long | index | ) | raises ( DOMException ) |
| SVGTransform svg::SVGTransformList::initialize | ( | in SVGTransform | newItem | ) | raises ( DOMException, SVGException ) |
| SVGTransform svg::SVGTransformList::insertItemBefore | ( | in SVGTransform | newItem, | |
| in unsigned long | index | |||
| ) | raises ( DOMException, SVGException ) |
| SVGTransform svg::SVGTransformList::removeItem | ( | in unsigned long | index | ) | raises ( DOMException ) |
| SVGTransform svg::SVGTransformList::replaceItem | ( | in SVGTransform | newItem, | |
| in unsigned long | index | |||
| ) | raises ( DOMException, SVGException ) |
Member Data Documentation
| readonly attribute unsigned long svg::SVGTransformList::numberOfItems |
The documentation for this interface was generated from the following file:
