|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SVGTransformList
| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
int getNumberOfItems()
void clear()
throws DOMException
DOMException
SVGTransform initialize(SVGTransform newItem)
throws DOMException,
SVGException
DOMException
SVGException
SVGTransform getItem(int index)
throws DOMException
DOMException
SVGTransform insertItemBefore(SVGTransform newItem,
int index)
throws DOMException,
SVGException
DOMException
SVGException
SVGTransform replaceItem(SVGTransform newItem,
int index)
throws DOMException,
SVGException
DOMException
SVGException
SVGTransform removeItem(int index)
throws DOMException
DOMException
SVGTransform appendItem(SVGTransform newItem)
throws DOMException,
SVGException
DOMException
SVGExceptionSVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)
SVGTransform consolidate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||