Uses of Interface
org.w3c.dom.svg.SVGNumber

Packages that use SVGNumber
org.apache.batik.css.svg Provides the CSSValue factories specific to SVG. 
org.apache.batik.dom.svg   
org.w3c.dom.svg   
 

Uses of SVGNumber in org.apache.batik.css.svg
 

Classes in org.apache.batik.css.svg that implement SVGNumber
 class SVGCSSNumber
          This class provides an implementation of SVGNumber.
 class SVGCSSReadOnlyNumber
          This class provides a read-only implementation of SVGNumber.
 

Methods in org.apache.batik.css.svg that return SVGNumber
 SVGNumber SVGCSSNumberList.initialize(SVGNumber item)
          Initializes this list with the given item.
 SVGNumber SVGCSSNumberList.getItem(int index)
          Returns the item at the given index.
 SVGNumber SVGCSSNumberList.insertItemBefore(SVGNumber item, int index)
          Inserts the given item at the given index.
 SVGNumber SVGCSSNumberList.replaceItem(SVGNumber item, int index)
          Inserts the item at the given index.
 SVGNumber SVGCSSNumberList.removeItem(int index)
          Removes the item at the given index.
 SVGNumber SVGCSSNumberList.appendItem(SVGNumber item)
          Appends the item at the given index.
 SVGNumber SVGCSSReadOnlyNumberList.initialize(SVGNumber item)
          Initializes this list with the given item.
 SVGNumber SVGCSSReadOnlyNumberList.insertItemBefore(SVGNumber item, int index)
          Inserts the given item at the given index.
 SVGNumber SVGCSSReadOnlyNumberList.replaceItem(SVGNumber item, int index)
          Inserts the item at the given index.
 SVGNumber SVGCSSReadOnlyNumberList.removeItem(int index)
          Removes the item at the given index.
 SVGNumber SVGCSSReadOnlyNumberList.appendItem(SVGNumber item)
          Appends the item at the given index.
 

Methods in org.apache.batik.css.svg with parameters of type SVGNumber
 SVGNumber SVGCSSNumberList.initialize(SVGNumber item)
          Initializes this list with the given item.
 SVGNumber SVGCSSNumberList.insertItemBefore(SVGNumber item, int index)
          Inserts the given item at the given index.
 SVGNumber SVGCSSNumberList.replaceItem(SVGNumber item, int index)
          Inserts the item at the given index.
 SVGNumber SVGCSSNumberList.appendItem(SVGNumber item)
          Appends the item at the given index.
 SVGNumber SVGCSSReadOnlyNumberList.initialize(SVGNumber item)
          Initializes this list with the given item.
 SVGNumber SVGCSSReadOnlyNumberList.insertItemBefore(SVGNumber item, int index)
          Inserts the given item at the given index.
 SVGNumber SVGCSSReadOnlyNumberList.replaceItem(SVGNumber item, int index)
          Inserts the item at the given index.
 SVGNumber SVGCSSReadOnlyNumberList.appendItem(SVGNumber item)
          Appends the item at the given index.
 

Uses of SVGNumber in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement SVGNumber
 class SVGOMNumber
          This class implements the SVGNumber interface.
 

Methods in org.apache.batik.dom.svg that return SVGNumber
 SVGNumber SVGOMSVGElement.createSVGNumber()
          DOM: Implements SVGSVGElement.createSVGNumber().
 SVGNumber SVGOMNumberList.initialize(SVGNumber newItem)
          DOM: Implements SVGNumberList.initialize(SVGNumber).
 SVGNumber SVGOMNumberList.getItem(int index)
          DOM: Implements SVGNumberList.getItem(int).
 SVGNumber SVGOMNumberList.insertItemBefore(SVGNumber newItem, int index)
          DOM: Implements SVGNumberList.insertItemBefore(SVGNumber,int).
 SVGNumber SVGOMNumberList.replaceItem(SVGNumber newItem, int index)
          DOM: Implements SVGNumberList.replaceItem(SVGNumber,int).
 SVGNumber SVGOMNumberList.removeItem(int index)
          DOM: Implements SVGNumberList.removeItem(int).
 SVGNumber SVGOMNumberList.appendItem(SVGNumber newItem)
          DOM: Implements SVGNumberList.appendItem(SVGNumber).
 

Methods in org.apache.batik.dom.svg with parameters of type SVGNumber
 SVGNumber SVGOMNumberList.initialize(SVGNumber newItem)
          DOM: Implements SVGNumberList.initialize(SVGNumber).
 SVGNumber SVGOMNumberList.insertItemBefore(SVGNumber newItem, int index)
          DOM: Implements SVGNumberList.insertItemBefore(SVGNumber,int).
 SVGNumber SVGOMNumberList.replaceItem(SVGNumber newItem, int index)
          DOM: Implements SVGNumberList.replaceItem(SVGNumber,int).
 SVGNumber SVGOMNumberList.appendItem(SVGNumber newItem)
          DOM: Implements SVGNumberList.appendItem(SVGNumber).
 

Uses of SVGNumber in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGNumber
 SVGNumber SVGNumberList.initialize(SVGNumber newItem)
           
 SVGNumber SVGNumberList.getItem(int index)
           
 SVGNumber SVGNumberList.insertItemBefore(SVGNumber newItem, int index)
           
 SVGNumber SVGNumberList.replaceItem(SVGNumber newItem, int index)
           
 SVGNumber SVGNumberList.removeItem(int index)
           
 SVGNumber SVGNumberList.appendItem(SVGNumber newItem)
           
 SVGNumber SVGSVGElement.createSVGNumber()
           
 

Methods in org.w3c.dom.svg with parameters of type SVGNumber
 SVGNumber SVGNumberList.initialize(SVGNumber newItem)
           
 SVGNumber SVGNumberList.insertItemBefore(SVGNumber newItem, int index)
           
 SVGNumber SVGNumberList.replaceItem(SVGNumber newItem, int index)
           
 SVGNumber SVGNumberList.appendItem(SVGNumber newItem)
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.