Uses of Class
org.apache.batik.dom.svg.AbstractSVGList
-
Packages that use AbstractSVGList Package Description org.apache.batik.anim.dom org.apache.batik.dom.svg -
-
Uses of AbstractSVGList in org.apache.batik.anim.dom
Subclasses of AbstractSVGList in org.apache.batik.anim.dom Modifier and Type Class Description classAbstractSVGLengthListThis class is the implementation ofSVGLengthList.protected classSVGOMAnimatedLengthList.AnimSVGLengthListSVGLengthListimplementation for the animated length list value.classSVGOMAnimatedLengthList.BaseSVGLengthListSVGLengthListimplementation for the base length list value.protected classSVGOMAnimatedNumberList.AnimSVGNumberListSVGNumberListimplementation for the animated number list value.classSVGOMAnimatedNumberList.BaseSVGNumberListSVGNumberListimplementation for the base number list value.classSVGOMAnimatedPathData.AnimSVGPathSegListSVGPathSegListimplementation for the animated path data value.classSVGOMAnimatedPathData.BaseSVGPathSegListSVGPathSegListimplementation for the base path data value.classSVGOMAnimatedPathData.NormalizedBaseSVGPathSegListSVGPathSegListimplementation for the normalized version of the base path data value.protected classSVGOMAnimatedPoints.AnimSVGPointListSVGPointListimplementation for the animated point list value.protected classSVGOMAnimatedPoints.BaseSVGPointListSVGPointListimplementation for the base point list value.protected classSVGOMAnimatedTransformList.AnimSVGTransformListSVGTransformListimplementation for the animated transform list value.classSVGOMAnimatedTransformList.BaseSVGTransformListSVGTransformListimplementation for the base transform list value.Fields in org.apache.batik.anim.dom declared as AbstractSVGList Modifier and Type Field Description protected AbstractSVGListAbstractSVGLengthList.SVGLengthItem. parentListList the item belongs to.Methods in org.apache.batik.anim.dom that return AbstractSVGList Modifier and Type Method Description AbstractSVGListAbstractSVGLengthList.SVGLengthItem. getParent()Returns the parent list of this item.Methods in org.apache.batik.anim.dom with parameters of type AbstractSVGList Modifier and Type Method Description voidAbstractSVGLengthList.SVGLengthItem. setParent(AbstractSVGList list)Assigns a parent list to this item. -
Uses of AbstractSVGList in org.apache.batik.dom.svg
Subclasses of AbstractSVGList in org.apache.batik.dom.svg Modifier and Type Class Description classAbstractSVGNormPathSegListThis class is the implementation of the normalizedSVGPathSegList.classAbstractSVGNumberListThis class is the implementation ofSVGNumberList.classAbstractSVGPathSegListThis class is the implementation ofSVGPathSegList.classAbstractSVGPointListAbstract implementation ofSVGPointList.classAbstractSVGTransformListThis class is the implementation ofSVGTransformList.Fields in org.apache.batik.dom.svg declared as AbstractSVGList Modifier and Type Field Description private AbstractSVGListListBuilder. abstractSVGListprotected AbstractSVGListAbstractSVGItem. parentList the item belongs to.protected AbstractSVGListAbstractSVGTransformList.SVGTransformItem. parentList the item belongs to.protected AbstractSVGListSVGNumberItem. parentListTheSVGNumberListthis item belongs to.Methods in org.apache.batik.dom.svg that return AbstractSVGList Modifier and Type Method Description AbstractSVGListAbstractSVGItem. getParent()Returns the parent list of this item.AbstractSVGListAbstractSVGTransformList.SVGTransformItem. getParent()Returns the parent list of this item.AbstractSVGListSVGItem. getParent()Return the list the item belongs to.AbstractSVGListSVGNumberItem. getParent()Returns the list the item belongs to.Methods in org.apache.batik.dom.svg with parameters of type AbstractSVGList Modifier and Type Method Description voidAbstractSVGItem. setParent(AbstractSVGList list)Assigns a parent list to this item.voidAbstractSVGTransformList.SVGTransformItem. setParent(AbstractSVGList list)Assigns a parent list to this item.voidSVGItem. setParent(AbstractSVGList list)Associates an item to an SVGXXXListvoidSVGNumberItem. setParent(AbstractSVGList list)Associates this item to the givenSVGNumberList.Constructors in org.apache.batik.dom.svg with parameters of type AbstractSVGList Constructor Description ListBuilder(AbstractSVGList abstractSVGList)
-