Uses of Class
org.apache.batik.dom.svg.AbstractSVGList
Packages that use AbstractSVGList
-
Uses of AbstractSVGList in org.apache.batik.anim.dom
Subclasses of AbstractSVGList in org.apache.batik.anim.domModifier and TypeClassDescriptionclassThis class is the implementation ofSVGLengthList.protected classSVGLengthListimplementation for the animated length list value.classSVGLengthListimplementation for the base length list value.protected classSVGNumberListimplementation for the animated number list value.classSVGNumberListimplementation for the base number list value.classSVGPathSegListimplementation for the animated path data value.classSVGPathSegListimplementation for the base path data value.classSVGPathSegListimplementation for the normalized version of the base path data value.protected classSVGPointListimplementation for the animated point list value.protected classSVGPointListimplementation for the base point list value.protected classSVGTransformListimplementation for the animated transform list value.classSVGTransformListimplementation for the base transform list value.Fields in org.apache.batik.anim.dom declared as AbstractSVGListModifier and TypeFieldDescriptionprotected AbstractSVGListAbstractSVGLengthList.SVGLengthItem.parentListList the item belongs to.Methods in org.apache.batik.anim.dom that return AbstractSVGListModifier and TypeMethodDescriptionAbstractSVGLengthList.SVGLengthItem.getParent()Returns the parent list of this item.Methods in org.apache.batik.anim.dom with parameters of type AbstractSVGListModifier and TypeMethodDescriptionvoidAbstractSVGLengthList.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.svgModifier and TypeClassDescriptionclassThis class is the implementation of the normalizedSVGPathSegList.classThis class is the implementation ofSVGNumberList.classThis class is the implementation ofSVGPathSegList.classAbstract implementation ofSVGPointList.classThis class is the implementation ofSVGTransformList.Fields in org.apache.batik.dom.svg declared as AbstractSVGListModifier and TypeFieldDescriptionprivate final 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 AbstractSVGListModifier and TypeMethodDescriptionAbstractSVGItem.getParent()Returns the parent list of this item.AbstractSVGTransformList.SVGTransformItem.getParent()Returns the parent list of this item.SVGItem.getParent()Return the list the item belongs to.SVGNumberItem.getParent()Returns the list the item belongs to.Methods in org.apache.batik.dom.svg with parameters of type AbstractSVGListModifier and TypeMethodDescriptionvoidAbstractSVGItem.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