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 class
AbstractSVGLengthList
This class is the implementation ofSVGLengthList
.protected class
SVGOMAnimatedLengthList.AnimSVGLengthList
SVGLengthList
implementation for the animated length list value.class
SVGOMAnimatedLengthList.BaseSVGLengthList
SVGLengthList
implementation for the base length list value.protected class
SVGOMAnimatedNumberList.AnimSVGNumberList
SVGNumberList
implementation for the animated number list value.class
SVGOMAnimatedNumberList.BaseSVGNumberList
SVGNumberList
implementation for the base number list value.class
SVGOMAnimatedPathData.AnimSVGPathSegList
SVGPathSegList
implementation for the animated path data value.class
SVGOMAnimatedPathData.BaseSVGPathSegList
SVGPathSegList
implementation for the base path data value.class
SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
SVGPathSegList
implementation for the normalized version of the base path data value.protected class
SVGOMAnimatedPoints.AnimSVGPointList
SVGPointList
implementation for the animated point list value.protected class
SVGOMAnimatedPoints.BaseSVGPointList
SVGPointList
implementation for the base point list value.protected class
SVGOMAnimatedTransformList.AnimSVGTransformList
SVGTransformList
implementation for the animated transform list value.class
SVGOMAnimatedTransformList.BaseSVGTransformList
SVGTransformList
implementation for the base transform list value.Fields in org.apache.batik.anim.dom declared as AbstractSVGList Modifier and Type Field Description protected AbstractSVGList
AbstractSVGLengthList.SVGLengthItem. parentList
List the item belongs to.Methods in org.apache.batik.anim.dom that return AbstractSVGList Modifier and Type Method Description AbstractSVGList
AbstractSVGLengthList.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 void
AbstractSVGLengthList.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 class
AbstractSVGNormPathSegList
This class is the implementation of the normalizedSVGPathSegList
.class
AbstractSVGNumberList
This class is the implementation ofSVGNumberList
.class
AbstractSVGPathSegList
This class is the implementation ofSVGPathSegList
.class
AbstractSVGPointList
Abstract implementation ofSVGPointList
.class
AbstractSVGTransformList
This class is the implementation ofSVGTransformList
.Fields in org.apache.batik.dom.svg declared as AbstractSVGList Modifier and Type Field Description private AbstractSVGList
ListBuilder. abstractSVGList
protected AbstractSVGList
AbstractSVGItem. parent
List the item belongs to.protected AbstractSVGList
AbstractSVGTransformList.SVGTransformItem. parent
List the item belongs to.protected AbstractSVGList
SVGNumberItem. parentList
TheSVGNumberList
this item belongs to.Methods in org.apache.batik.dom.svg that return AbstractSVGList Modifier and Type Method Description AbstractSVGList
AbstractSVGItem. getParent()
Returns the parent list of this item.AbstractSVGList
AbstractSVGTransformList.SVGTransformItem. getParent()
Returns the parent list of this item.AbstractSVGList
SVGItem. getParent()
Return the list the item belongs to.AbstractSVGList
SVGNumberItem. 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 void
AbstractSVGItem. setParent(AbstractSVGList list)
Assigns a parent list to this item.void
AbstractSVGTransformList.SVGTransformItem. setParent(AbstractSVGList list)
Assigns a parent list to this item.void
SVGItem. setParent(AbstractSVGList list)
Associates an item to an SVGXXXListvoid
SVGNumberItem. 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)
-