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 classAnSVGLengthin the list.Methods in org.apache.batik.anim.dom that return SVGItemModifier and TypeMethodDescriptionprotected SVGItemAbstractSVGLengthList.createSVGItem(Object newItem) Creates a newSVGItemobject from the givenSVGLength.Methods in org.apache.batik.anim.dom with parameters of type SVGItemModifier and TypeMethodDescriptionprotected voidSVGOMAnimatedLengthList.AnimSVGLengthList.resetAttribute(SVGItem item) Resets the value of the associated attribute.protected voidSVGOMAnimatedLengthList.BaseSVGLengthList.resetAttribute(SVGItem item) Appends the string representation of the givenSVGItemto the DOM attribute.protected voidSVGOMAnimatedNumberList.AnimSVGNumberList.resetAttribute(SVGItem item) Resets the value of the associated attribute.protected voidSVGOMAnimatedNumberList.BaseSVGNumberList.resetAttribute(SVGItem item) Appends the string representation of the givenSVGItemto the DOM attribute.protected voidSVGOMAnimatedPathData.AnimSVGPathSegList.resetAttribute(SVGItem item) Resets the value of the associated attribute.protected voidSVGOMAnimatedPathData.BaseSVGPathSegList.resetAttribute(SVGItem item) Appends the string representation of the givenSVGItemto the DOM attribute.protected voidSVGOMAnimatedPoints.AnimSVGPointList.resetAttribute(SVGItem item) Resets the value of the associated attribute.protected voidSVGOMAnimatedPoints.BaseSVGPointList.resetAttribute(SVGItem item) Appends the string representation of the givenSVGItemto the DOM attribute.protected voidSVGOMAnimatedTransformList.AnimSVGTransformList.resetAttribute(SVGItem item) Resets the value of the associated attribute.protected voidSVGOMAnimatedTransformList.BaseSVGTransformList.resetAttribute(SVGItem item) Appends the string representation of the givenSVGItemto the DOM attribute. -
Uses of SVGItem in org.apache.batik.dom.svg
Classes in org.apache.batik.dom.svg that implement SVGItemModifier and TypeClassDescriptionclassAdapter for the SVGItem interface.protected static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classAnSVGTransformin the list.classRepresentation of the item SVGNumber.classInternal representation of the item SVGPathSeg.classAnSVGPointin the list.Methods in org.apache.batik.dom.svg that return SVGItemModifier and TypeMethodDescriptionprotected SVGItemAbstractSVGList.appendItemImpl(Object newItem) Inserts a new item at the end of the list.protected abstract SVGItemAbstractSVGList.createSVGItem(Object newItem) Creates anSVGItemobject that has the same values as those in the specified SVG object.protected SVGItemAbstractSVGNumberList.createSVGItem(Object newItem) Creates a newSVGNumberItemfrom the givenSVGNumber.protected SVGItemAbstractSVGPathSegList.createSVGItem(Object newItem) protected SVGItemAbstractSVGPointList.createSVGItem(Object newItem) Creates a newSVGItemobject from the givenSVGPoint.protected SVGItemAbstractSVGTransformList.createSVGItem(Object newItem) Creates a newSVGItemobject from the givenSVGTransform.protected SVGItemAbstractSVGList.getItemImpl(int index) Returns the item from the list at the specified index.protected SVGItemAbstractSVGList.initializeImpl(Object newItem) Removes all items from the list and adds the specified item to the list.protected SVGItemAbstractSVGList.insertItemBeforeImpl(Object newItem, int index) Inserts a new item into the list at the specified position.protected SVGItemAbstractSVGList.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 SVGItemAbstractSVGList.removeItemImpl(int index) Removes an existing item from the list.protected SVGItemAbstractSVGList.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 TypeMethodDescriptionvoidAdds an item to the list.voidIndicates a new item to add to the list.protected voidAbstractSVGList.removeItem(SVGItem item) Removes an item from the list.protected voidAbstractSVGList.resetAttribute(SVGItem item) Appends the string representation of the givenSVGItemto the DOM attribute.