Package org.loboevolution.svg.dom
Class SVGTransformListImpl
java.lang.Object
org.loboevolution.svg.dom.SVGTransformListImpl
- All Implemented Interfaces:
SVGTransformList
SVGTransformListImpl class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendItem(SVGTransform newItem) appendItem.voidclear()clear.consolidate.createSVGTransformFromMatrix.static SVGTransformListcreateTransformList(String transformStr) createTransformList.protected AffineTransformgetAffineTransform.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.
-
Constructor Details
-
SVGTransformListImpl
public SVGTransformListImpl()Constructor for SVGTransformListImpl.
-
-
Method Details
-
getNumberOfItems
public int getNumberOfItems()getNumberOfItems.
- Specified by:
getNumberOfItemsin interfaceSVGTransformList- Returns:
- a
Integerobject.
-
clear
public void clear()clear.
- Specified by:
clearin interfaceSVGTransformList
-
initialize
initialize.
- Specified by:
initializein interfaceSVGTransformList- Parameters:
newItem- aSVGTransformobject.- Returns:
- a
SVGTransformobject. - Throws:
SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
getItem
getItem.
- Specified by:
getItemin interfaceSVGTransformList- Parameters:
index- aIntegerobject.- Returns:
- a
SVGTransformobject.
-
insertItemBefore
insertItemBefore.
- Specified by:
insertItemBeforein interfaceSVGTransformList- Parameters:
newItem- aSVGTransformobject.index- aIntegerobject.- Returns:
- a
SVGTransformobject. - Throws:
SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
replaceItem
replaceItem.
- Specified by:
replaceItemin interfaceSVGTransformList- Parameters:
newItem- aSVGTransformobject.index- aIntegerobject.- Returns:
- a
SVGTransformobject. - Throws:
SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
removeItem
removeItem.
- Specified by:
removeItemin interfaceSVGTransformList- Parameters:
index- aIntegerobject.- Returns:
- a
SVGTransformobject.
-
appendItem
appendItem.
- Specified by:
appendItemin interfaceSVGTransformList- Parameters:
newItem- aSVGTransformobject.- Returns:
- a
SVGTransformobject. - Throws:
SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
createSVGTransformFromMatrix
createSVGTransformFromMatrix.
- Specified by:
createSVGTransformFromMatrixin interfaceSVGTransformList- Parameters:
matrix- aSVGMatrixobject.- Returns:
- a
SVGTransformobject.
-
consolidate
consolidate.
- Specified by:
consolidatein interfaceSVGTransformList- Returns:
- a
SVGTransformobject.
-
getAffineTransform
getAffineTransform.
- Returns:
- a
AffineTransformobject.
-
createTransformList
createTransformList.
- Parameters:
transformStr- aStringobject.- Returns:
- a
SVGTransformListobject.
-