Uses of Interface
org.apache.batik.dom.svg.SVGItem
-
Packages that use SVGItem Package Description org.apache.batik.anim.dom org.apache.batik.dom.svg -
-
Uses of SVGItem in org.apache.batik.anim.dom
Classes in org.apache.batik.anim.dom that implement SVGItem Modifier and Type Class Description protected classAbstractSVGLengthList.SVGLengthItemAnSVGLengthin the list.Methods in org.apache.batik.anim.dom that return SVGItem Modifier and Type Method Description protected SVGItemAbstractSVGLengthList. createSVGItem(java.lang.Object newItem)Creates a newSVGItemobject from the givenSVGLength.Methods in org.apache.batik.anim.dom with parameters of type SVGItem Modifier and Type Method Description protected 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 SVGItem Modifier and Type Class Description classAbstractSVGItemAdapter for the SVGItem interface.protected static classAbstractSVGNormPathSegList.SVGPathSegGenericItemstatic classAbstractSVGPathSegList.SVGPathSegArcItemstatic classAbstractSVGPathSegList.SVGPathSegCurvetoCubicItemstatic classAbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItemstatic classAbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItemstatic classAbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItemstatic classAbstractSVGPathSegList.SVGPathSegLinetoHorizontalItemstatic classAbstractSVGPathSegList.SVGPathSegLinetoVerticalItemstatic classAbstractSVGPathSegList.SVGPathSegMovetoLinetoItemstatic classAbstractSVGTransformList.SVGTransformItemAnSVGTransformin the list.classSVGNumberItemRepresentation of the item SVGNumber.classSVGPathSegItemInternal representation of the item SVGPathSeg.classSVGPointItemAnSVGPointin the list.Methods in org.apache.batik.dom.svg that return SVGItem Modifier and Type Method Description protected SVGItemAbstractSVGList. appendItemImpl(java.lang.Object newItem)Inserts a new item at the end of the list.protected abstract SVGItemAbstractSVGList. createSVGItem(java.lang.Object newItem)Creates anSVGItemobject that has the same values as those in the specified SVG object.protected SVGItemAbstractSVGNumberList. createSVGItem(java.lang.Object newItem)Creates a newSVGNumberItemfrom the givenSVGNumber.protected SVGItemAbstractSVGPathSegList. createSVGItem(java.lang.Object newItem)protected SVGItemAbstractSVGPointList. createSVGItem(java.lang.Object newItem)Creates a newSVGItemobject from the givenSVGPoint.protected SVGItemAbstractSVGTransformList. createSVGItem(java.lang.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(java.lang.Object newItem)Removes all items from the list and adds the specified item to the list.protected SVGItemAbstractSVGList. insertItemBeforeImpl(java.lang.Object newItem, int index)Inserts a new item into the list at the specified position.protected SVGItemAbstractSVGList. 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 SVGItemAbstractSVGList. removeItemImpl(int index)Removes an existing item from the list.protected SVGItemAbstractSVGList. replaceItemImpl(java.lang.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 SVGItem Modifier and Type Method Description voidListBuilder. item(SVGItem item)Adds an item to the list.voidListHandler. item(SVGItem item)Indicates 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.
-