Mac OS X Reference Library Apple Developer
Search

SVGTransformList

Module:
svg
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

appendItem
clear
consolidate
createSVGTransformFromMatrix
getItem
initialize
insertItemBefore
removeItem
replaceItem

appendItem



SVGTransform appendItem(
    in SVGTransform item) raises(DOMException, SVGException); 

clear



void clear() raises(DOMException); 

consolidate



SVGTransform consolidate(); 

createSVGTransformFromMatrix



SVGTransform createSVGTransformFromMatrix(
    in SVGMatrix matrix); 

getItem



SVGTransform getItem(
    in unsigned long index) raises(DOMException); 

initialize



SVGTransform initialize(
    in SVGTransform item) raises(DOMException, SVGException); 

insertItemBefore



SVGTransform insertItemBefore(
    in SVGTransform item,
    in unsigned long index) raises(DOMException, SVGException); 

removeItem



SVGTransform removeItem(
    in unsigned long index) raises(DOMException); 

replaceItem



SVGTransform replaceItem(
    in SVGTransform item,
    in unsigned long index) raises(DOMException, SVGException); 

Member Data

numberOfItems

numberOfItems



readonly attribute unsigned long numberOfItems; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27