org.apache.batik.css.svg
Class SVGCSSReadOnlyNumberList

java.lang.Object
  |
  +--org.apache.batik.css.svg.SVGCSSNumberList
        |
        +--org.apache.batik.css.svg.SVGCSSReadOnlyNumberList
All Implemented Interfaces:
SVGNumberList

public class SVGCSSReadOnlyNumberList
extends SVGCSSNumberList

This class provides a read-only SVG number list.


Fields inherited from class org.apache.batik.css.svg.SVGCSSNumberList
list
 
Constructor Summary
SVGCSSReadOnlyNumberList()
           
 
Method Summary
 SVGNumber appendItem(SVGNumber item)
          Appends the item at the given index.
 void clear()
          Clears this list.
 SVGNumber initialize(SVGNumber item)
          Initializes this list with the given item.
 SVGNumber insertItemBefore(SVGNumber item, int index)
          Inserts the given item at the given index.
 SVGNumber removeItem(int index)
          Removes the item at the given index.
 SVGNumber replaceItem(SVGNumber item, int index)
          Inserts the item at the given index.
 
Methods inherited from class org.apache.batik.css.svg.SVGCSSNumberList
equals, getItem, getList, getNumberOfItems, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SVGCSSReadOnlyNumberList

public SVGCSSReadOnlyNumberList()
Method Detail

clear

public void clear()
           throws DOMException
Clears this list.
Overrides:
clear in class SVGCSSNumberList

initialize

public SVGNumber initialize(SVGNumber item)
                     throws DOMException,
                            SVGException
Initializes this list with the given item.
Overrides:
initialize in class SVGCSSNumberList

insertItemBefore

public SVGNumber insertItemBefore(SVGNumber item,
                                  int index)
                           throws DOMException,
                                  SVGException
Inserts the given item at the given index.
Overrides:
insertItemBefore in class SVGCSSNumberList

replaceItem

public SVGNumber replaceItem(SVGNumber item,
                             int index)
                      throws DOMException,
                             SVGException
Inserts the item at the given index.
Overrides:
replaceItem in class SVGCSSNumberList

removeItem

public SVGNumber removeItem(int index)
                     throws DOMException
Removes the item at the given index.
Overrides:
removeItem in class SVGCSSNumberList

appendItem

public SVGNumber appendItem(SVGNumber item)
                     throws DOMException,
                            SVGException
Appends the item at the given index.
Overrides:
appendItem in class SVGCSSNumberList


Copyright © 2001 Apache Software Foundation. All Rights Reserved.