| Package | Description |
|---|---|
| org.apache.batik.anim.dom | |
| org.apache.batik.dom.svg |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractSVGLengthList |
This class is the implementation of
SVGLengthList. |
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. |
| Modifier and Type | Field | Description |
|---|---|---|
protected AbstractSVGList |
AbstractSVGLengthList.SVGLengthItem.parentList |
List the item belongs to.
|
| Modifier and Type | Method | Description |
|---|---|---|
AbstractSVGList |
AbstractSVGLengthList.SVGLengthItem.getParent() |
Returns the parent list of this item.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractSVGLengthList.SVGLengthItem.setParent(AbstractSVGList list) |
Assigns a parent list to this item.
|
| Modifier and Type | Class | Description |
|---|---|---|
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. |
| Modifier and Type | Field | Description |
|---|---|---|
protected AbstractSVGList |
AbstractSVGItem.parent |
List the item belongs to.
|
protected AbstractSVGList |
AbstractSVGTransformList.SVGTransformItem.parent |
List the item belongs to.
|
protected AbstractSVGList |
SVGNumberItem.parentList |
The
SVGNumberList this item belongs to. |
| 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.
|
| 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 SVGXXXList
|
void |
SVGNumberItem.setParent(AbstractSVGList list) |
Associates this item to the given
SVGNumberList. |
| Constructor | Description |
|---|---|
ListBuilder(AbstractSVGList abstractSVGList) |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.