Uses of Interface
org.apache.batik.dom.svg.SVGItem

Packages that use SVGItem
org.apache.batik.dom.svg   
 

Uses of SVGItem in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement SVGItem
 class AbstractSVGItem
          Adapter for the SVGItem interface.
protected  class AbstractSVGLengthList.SVGLengthItem
          Representation of the item SVGLength.
protected  class AbstractSVGNumberList.SVGNumberItem
          Representation of the item SVGNumber.
 class AbstractSVGPathSegList.SVGPathSegArcItem
           
 class AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
           
 class AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
           
 class AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
           
 class AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem
           
protected  class AbstractSVGPathSegList.SVGPathSegItem
          Internal representation of the item SVGPathSeg.
 class AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem
           
 class AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
           
 class AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem
           
protected  class AbstractSVGPointList.SVGPointItem
          Representation of the item SVGPoint.
protected  class AbstractSVGTransformList.SVGTransformItem
          Internal representation of the item SVGPoint.
 

Methods in org.apache.batik.dom.svg that return SVGItem
protected  SVGItem AbstractSVGLengthList.createSVGItem(Object newItem)
           
protected  SVGItem AbstractSVGPointList.createSVGItem(Object newItem)
           
protected  SVGItem AbstractSVGPathSegList.createSVGItem(Object newItem)
           
protected  SVGItem AbstractSVGTransformList.createSVGItem(Object newItem)
           
protected abstract  SVGItem AbstractSVGList.createSVGItem(Object newItem)
          Return the item to be placed in the list.
protected  SVGItem AbstractSVGList.initializeImpl(Object newItem)
          Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
protected  SVGItem AbstractSVGList.getItemImpl(int index)
          Returns the specified item from the list.
protected  SVGItem AbstractSVGList.insertItemBeforeImpl(Object newItem, int index)
          Inserts a new item into the list at the specified position.
protected  SVGItem AbstractSVGList.replaceItemImpl(Object newItem, int index)
          Replaces an existing item in the list with a new item.
protected  SVGItem AbstractSVGList.removeItemImpl(int index)
          Removes an existing item from the list.
protected  SVGItem AbstractSVGList.appendItemImpl(Object newItem)
          Inserts a new item at the end of the list.
protected  SVGItem AbstractSVGList.removeIfNeeded(Object newItem)
          If the itemis already in another list, then remove the item from its parent list.
protected  SVGItem AbstractSVGNumberList.createSVGItem(Object newItem)
           
 

Methods in org.apache.batik.dom.svg with parameters of type SVGItem
 void ListHandler.item(SVGItem item)
          Indicates a new item to add to the list.
protected  void AbstractSVGList.resetAttribute(SVGItem item)
          Resets the value of the associated attribute.
protected  void AbstractSVGList.removeItem(SVGItem item)
          Remove an item from the list.
 void AbstractSVGList.ListBuilder.item(SVGItem item)
           
 



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.