Uses of Interface
org.apache.batik.dom.svg.SVGItem
Packages that use SVGItem
-
Uses of SVGItem in org.apache.batik.anim.dom
Classes in org.apache.batik.anim.dom that implement SVGItemModifier and TypeClassDescriptionprotected class
AnSVGLength
in the list.Methods in org.apache.batik.anim.dom that return SVGItemModifier and TypeMethodDescriptionprotected SVGItem
AbstractSVGLengthList.createSVGItem
(Object newItem) Creates a newSVGItem
object from the givenSVGLength
.Methods in org.apache.batik.anim.dom with parameters of type SVGItemModifier and TypeMethodDescriptionprotected 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 givenSVGItem
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 givenSVGItem
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 givenSVGItem
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 givenSVGItem
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 givenSVGItem
to the DOM attribute. -
Uses of SVGItem in org.apache.batik.dom.svg
Classes in org.apache.batik.dom.svg that implement SVGItemModifier and TypeClassDescriptionclass
Adapter for the SVGItem interface.protected static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
AnSVGTransform
in the list.class
Representation of the item SVGNumber.class
Internal representation of the item SVGPathSeg.class
AnSVGPoint
in the list.Methods in org.apache.batik.dom.svg that return SVGItemModifier and TypeMethodDescriptionprotected SVGItem
AbstractSVGList.appendItemImpl
(Object newItem) Inserts a new item at the end of the list.protected abstract SVGItem
AbstractSVGList.createSVGItem
(Object newItem) Creates anSVGItem
object that has the same values as those in the specified SVG object.protected SVGItem
AbstractSVGNumberList.createSVGItem
(Object newItem) Creates a newSVGNumberItem
from the givenSVGNumber
.protected SVGItem
AbstractSVGPathSegList.createSVGItem
(Object newItem) protected SVGItem
AbstractSVGPointList.createSVGItem
(Object newItem) Creates a newSVGItem
object from the givenSVGPoint
.protected SVGItem
AbstractSVGTransformList.createSVGItem
(Object newItem) Creates a newSVGItem
object from the givenSVGTransform
.protected SVGItem
AbstractSVGList.getItemImpl
(int index) Returns the item from the list at the specified index.protected SVGItem
AbstractSVGList.initializeImpl
(Object newItem) Removes all items from the list and adds the specified item to the list.protected SVGItem
AbstractSVGList.insertItemBeforeImpl
(Object newItem, int index) Inserts a new item into the list at the specified position.protected SVGItem
AbstractSVGList.removeIfNeeded
(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
(Object newItem, int index) Replaces an existing item in the list with a new item.Methods in org.apache.batik.dom.svg with parameters of type SVGItemModifier and TypeMethodDescriptionvoid
Adds an item to the list.void
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 givenSVGItem
to the DOM attribute.