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 AbstractSVGNormPathSegList
          This class is the implementation of the normalized SVGPathSegList.
 class AbstractSVGNumberList
          This class is the implementation of SVGNumberList.
 class AbstractSVGPathSegList
          This class is the implementation of SVGPathSegList.
 class AbstractSVGPointList
          Abstract implementation of SVGPointList.
 class AbstractSVGTransformList
          This class is the implementation of SVGTransformList.
 

Fields in org.apache.batik.dom.svg declared as AbstractSVGList
protected  AbstractSVGList AbstractSVGTransformList.SVGTransformItem.parent
          List the item belongs to.
protected  AbstractSVGList AbstractSVGItem.parent
          List the item belongs to.
protected  AbstractSVGList SVGNumberItem.parentList
          The SVGNumberList this item belongs to.
 

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

Methods in org.apache.batik.dom.svg with parameters of type AbstractSVGList
 void AbstractSVGTransformList.SVGTransformItem.setParent(AbstractSVGList list)
          Assigns a parent list to this item.
 void SVGNumberItem.setParent(AbstractSVGList list)
          Associates this item to the given SVGNumberList.
 void SVGItem.setParent(AbstractSVGList list)
          Associates an item to an SVGXXXList
 void AbstractSVGItem.setParent(AbstractSVGList list)
          Assigns a parent list to this item.
 

Constructors in org.apache.batik.dom.svg with parameters of type AbstractSVGList
ListBuilder(AbstractSVGList abstractSVGList)
           
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.