Package org.loboevolution.svg
Interface SVGTransformList
- All Known Implementing Classes:
SVGTransformListImpl
public interface SVGTransformList
SVGTransformList interface.
-
Method Summary
Modifier and TypeMethodDescriptionappendItem(SVGTransform newItem) appendItem.voidclear()clear.consolidate.createSVGTransformFromMatrix.getItem(int index) getItem.intgetNumberOfItems.initialize(SVGTransform newItem) initialize.insertItemBefore(SVGTransform newItem, int index) insertItemBefore.removeItem(int index) removeItem.replaceItem(SVGTransform newItem, int index) replaceItem.
-
Method Details
-
getNumberOfItems
int getNumberOfItems()getNumberOfItems.
- Returns:
- a
Integerobject.
-
clear
void clear()clear.
- Throws:
DOMException- if any.
-
initialize
initialize.
- Parameters:
newItem- aSVGTransformobject.- Returns:
- a
SVGTransformobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
getItem
getItem.
- Parameters:
index- aIntegerobject.- Returns:
- a
SVGTransformobject. - Throws:
DOMException- if any.
-
insertItemBefore
insertItemBefore.
- Parameters:
newItem- aSVGTransformobject.index- aIntegerobject.- Returns:
- a
SVGTransformobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
replaceItem
replaceItem.
- Parameters:
newItem- aSVGTransformobject.index- aIntegerobject.- Returns:
- a
SVGTransformobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
removeItem
removeItem.
- Parameters:
index- aIntegerobject.- Returns:
- a
SVGTransformobject. - Throws:
DOMException- if any.
-
appendItem
appendItem.
- Parameters:
newItem- aSVGTransformobject.- Returns:
- a
SVGTransformobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
createSVGTransformFromMatrix
createSVGTransformFromMatrix.
- Parameters:
matrix- aSVGMatrixobject.- Returns:
- a
SVGTransformobject.
-
consolidate
SVGTransform consolidate()consolidate.
- Returns:
- a
SVGTransformobject.
-