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 AbstractSVGNumberList
          This class is the implementation of SVGNumberList.
 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 SVGOMAnimatedNumberList.SVGOMNumberList
          SVGNumberList 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 AbstractSVGLengthList.SVGLengthItem.parentList
          SVGLengthList this item belongs to.
protected  AbstractSVGList AbstractSVGTransformList.SVGTransformItem.parent
          List the item belongs to.
protected  AbstractSVGList AbstractSVGItem.parent
          List the item belongs to.
protected  AbstractSVGList AbstractSVGNumberList.SVGNumberItem.parentList
          SVGNumberList this item belongs to.
 

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

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



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.