| Package | Description |
|---|---|
| org.apache.batik.anim.dom | |
| org.apache.batik.dom.svg |
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
AbstractSVGLengthList.SVGLengthItem |
An
SVGLength in the list. |
| Modifier and Type | Method | Description |
|---|---|---|
protected SVGItem |
AbstractSVGLengthList.createSVGItem(java.lang.Object newItem) |
Creates a new
SVGItem object from the given SVGLength. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
SVGOMAnimatedLengthList.AnimSVGLengthList.resetAttribute(SVGItem item) |
Resets the value of the associated attribute.
|
protected void |
SVGOMAnimatedLengthList.BaseSVGLengthList.resetAttribute(SVGItem item) |
Appends the string representation of the given
SVGItem to
the DOM attribute. |
protected void |
SVGOMAnimatedNumberList.AnimSVGNumberList.resetAttribute(SVGItem item) |
Resets the value of the associated attribute.
|
protected void |
SVGOMAnimatedNumberList.BaseSVGNumberList.resetAttribute(SVGItem item) |
Appends the string representation of the given
SVGItem to
the DOM attribute. |
protected void |
SVGOMAnimatedPathData.AnimSVGPathSegList.resetAttribute(SVGItem item) |
Resets the value of the associated attribute.
|
protected void |
SVGOMAnimatedPathData.BaseSVGPathSegList.resetAttribute(SVGItem item) |
Appends the string representation of the given
SVGItem to
the DOM attribute. |
protected void |
SVGOMAnimatedPoints.AnimSVGPointList.resetAttribute(SVGItem item) |
Resets the value of the associated attribute.
|
protected void |
SVGOMAnimatedPoints.BaseSVGPointList.resetAttribute(SVGItem item) |
Appends the string representation of the given
SVGItem to
the DOM attribute. |
protected void |
SVGOMAnimatedTransformList.AnimSVGTransformList.resetAttribute(SVGItem item) |
Resets the value of the associated attribute.
|
protected void |
SVGOMAnimatedTransformList.BaseSVGTransformList.resetAttribute(SVGItem item) |
Appends the string representation of the given
SVGItem to
the DOM attribute. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractSVGItem |
Adapter for the SVGItem interface.
|
protected class |
AbstractSVGNormPathSegList.SVGPathSegGenericItem |
|
class |
AbstractSVGPathSegList.SVGPathSegArcItem |
|
class |
AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem |
|
class |
AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem |
|
class |
AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem |
|
class |
AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem |
|
class |
AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem |
|
class |
AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem |
|
class |
AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem |
|
class |
AbstractSVGTransformList.SVGTransformItem |
An
SVGTransform in the list. |
class |
SVGNumberItem |
Representation of the item SVGNumber.
|
class |
SVGPathSegItem |
Internal representation of the item SVGPathSeg.
|
class |
SVGPointItem |
An
SVGPoint in the list. |
| Modifier and Type | Method | Description |
|---|---|---|
protected SVGItem |
AbstractSVGList.appendItemImpl(java.lang.Object newItem) |
Inserts a new item at the end of the list.
|
protected abstract SVGItem |
AbstractSVGList.createSVGItem(java.lang.Object newItem) |
Creates an
SVGItem object that has the same values as those
in the specified SVG object. |
protected SVGItem |
AbstractSVGNumberList.createSVGItem(java.lang.Object newItem) |
Creates a new
SVGNumberItem from the given SVGNumber. |
protected SVGItem |
AbstractSVGPathSegList.createSVGItem(java.lang.Object newItem) |
|
protected SVGItem |
AbstractSVGPointList.createSVGItem(java.lang.Object newItem) |
Creates a new
SVGItem object from the given SVGPoint. |
protected SVGItem |
AbstractSVGTransformList.createSVGItem(java.lang.Object newItem) |
Creates a new
SVGItem object from the given SVGTransform. |
protected SVGItem |
AbstractSVGList.getItemImpl(int index) |
Returns the item from the list at the specified index.
|
protected SVGItem |
AbstractSVGList.initializeImpl(java.lang.Object newItem) |
Removes all items from the list and adds the specified item to
the list.
|
protected SVGItem |
AbstractSVGList.insertItemBeforeImpl(java.lang.Object newItem,
int index) |
Inserts a new item into the list at the specified position.
|
protected SVGItem |
AbstractSVGList.removeIfNeeded(java.lang.Object newItem) |
Removes the specified object from its parent list if it is an item, or
creates a new item if the specified object is not an item.
|
protected SVGItem |
AbstractSVGList.removeItemImpl(int index) |
Removes an existing item from the list.
|
protected SVGItem |
AbstractSVGList.replaceItemImpl(java.lang.Object newItem,
int index) |
Replaces an existing item in the list with a new item.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ListBuilder.item(SVGItem item) |
Adds an item to the list.
|
void |
ListHandler.item(SVGItem item) |
Indicates a new item to add to the list.
|
protected void |
AbstractSVGList.removeItem(SVGItem item) |
Removes an item from the list.
|
protected void |
AbstractSVGList.resetAttribute(SVGItem item) |
Appends the string representation of the given
SVGItem to
the DOM attribute. |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.