Uses of Class
org.apache.batik.dom.svg.AbstractSVGList

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

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

Subclasses of AbstractSVGList in org.apache.batik.dom.svg
 class AbstractSVGLengthList
          This class is the implementation of SVGLengthList.
 class AbstractSVGPathSegList
          This class is the implementation of SVGPathSegList.
 class AbstractSVGPointList
          This class is the implementation of SVGPointList.
 class AbstractSVGTransformList
          This class is the implementation of SVGTransformList.
 class SVGOMAnimatedLengthList.SVGOMLengthList
          SVGLengthList implementation.
 class SVGOMAnimatedPathData.SVGOMPathSegList
          SVGPointList implementation for the static 'points' attribute of the element.
 class SVGOMAnimatedPoints.SVGOMPointList
          SVGPointList implementation for the static 'points' attribute of the element.
 class SVGOMAnimatedTransformList.SVGOMTransformList
          SVGTransformList implementation for the static 'transform' attribute of the element.
 

Fields in org.apache.batik.dom.svg declared as AbstractSVGList
protected  AbstractSVGList AbstractSVGTransformList.SVGTransformItem.parent
          List the item belongs to.
protected  AbstractSVGList AbstractSVGLengthList.SVGLengthItem.parentList
          SVGLengthList this item belongs to.
protected  AbstractSVGList AbstractSVGItem.parent
          List the item belongs to.
 

Methods in org.apache.batik.dom.svg that return AbstractSVGList
 AbstractSVGList SVGItem.getParent()
          Return the list the item belongs to.
 AbstractSVGList AbstractSVGTransformList.SVGTransformItem.getParent()
          Return the parent list of the item.
 AbstractSVGList AbstractSVGLengthList.SVGLengthItem.getParent()
          Return the list the item belongs to.
 AbstractSVGList AbstractSVGItem.getParent()
          Return the parent list of the item.
 

Methods in org.apache.batik.dom.svg with parameters of type AbstractSVGList
 void SVGItem.setParent(AbstractSVGList list)
          Associates an item to an SVGXXXList
 void AbstractSVGTransformList.SVGTransformItem.setParent(AbstractSVGList list)
          Assign a parent list to this item.
 void AbstractSVGLengthList.SVGLengthItem.setParent(AbstractSVGList list)
          Associates an item to an SVGXXXList
 void AbstractSVGItem.setParent(AbstractSVGList list)
          Assign a parent list to this item.
 



Copyright ? 2002 Apache Software Foundation. All Rights Reserved.