Uses of Class
org.w3c.dom.svg.SVGException

Packages that use SVGException
org.apache.batik.dom.svg   
org.w3c.dom.svg   
 

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

Subclasses of SVGException in org.apache.batik.dom.svg
 class SVGOMException
          An implementation of the SVGException class.
 

Methods in org.apache.batik.dom.svg that return SVGException
 SVGException SVGOMElement.createSVGException(short type, java.lang.String key, java.lang.Object[] args)
          Creates an SVGException with the appropriate error message.
protected  SVGException SVGOMAnimatedTransformList.SVGOMTransformList.createSVGException(short type, java.lang.String key, java.lang.Object[] args)
          Create a SVGException.
protected  SVGException SVGOMAnimatedPoints.SVGOMPointList.createSVGException(short type, java.lang.String key, java.lang.Object[] args)
          Create a SVGException.
protected  SVGException SVGOMAnimatedPathData.SVGOMPathSegList.createSVGException(short type, java.lang.String key, java.lang.Object[] args)
          Create a SVGException.
protected  SVGException SVGOMAnimatedLengthList.SVGOMLengthList.createSVGException(short type, java.lang.String key, java.lang.Object[] args)
          Create a SVGException.
protected abstract  SVGException AbstractSVGTransformList.createSVGException(short type, java.lang.String key, java.lang.Object[] args)
          Create an SVGException when the checkItemType fails.
protected abstract  SVGException AbstractSVGPointList.createSVGException(short type, java.lang.String key, java.lang.Object[] args)
          Create an SVGException when the checkItemType fails.
protected abstract  SVGException AbstractSVGPathSegList.createSVGException(short type, java.lang.String key, java.lang.Object[] args)
          Create an SVGException when the checkItemType fails.
protected abstract  SVGException AbstractSVGLengthList.createSVGException(short type, java.lang.String key, java.lang.Object[] args)
          Create an SVGException when the checkItemType fails.
 

Methods in org.apache.batik.dom.svg that throw SVGException
 SVGMatrix SVGOMTextElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
 SVGMatrix SVGOMSVGElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
static SVGMatrix SVGLocatableSupport.getTransformToElement(Element elt, SVGElement element)
          To implement SVGLocatable.getTransformToElement(SVGElement).
 SVGMatrix SVGGraphicsElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
 SVGTransform AbstractSVGTransformList.initialize(SVGTransform newItem)
           
 SVGTransform AbstractSVGTransformList.insertItemBefore(SVGTransform newItem, int index)
           
 SVGTransform AbstractSVGTransformList.replaceItem(SVGTransform newItem, int index)
           
 SVGTransform AbstractSVGTransformList.appendItem(SVGTransform newItem)
           
 SVGPoint AbstractSVGPointList.initialize(SVGPoint newItem)
           
 SVGPoint AbstractSVGPointList.insertItemBefore(SVGPoint newItem, int index)
           
 SVGPoint AbstractSVGPointList.replaceItem(SVGPoint newItem, int index)
           
 SVGPoint AbstractSVGPointList.appendItem(SVGPoint newItem)
           
protected  void AbstractSVGPointList.checkItemType(java.lang.Object newItem)
          Check if the item is an SVGPoint.
 SVGPathSeg AbstractSVGPathSegList.initialize(SVGPathSeg newItem)
           
 SVGPathSeg AbstractSVGPathSegList.insertItemBefore(SVGPathSeg newItem, int index)
           
 SVGPathSeg AbstractSVGPathSegList.replaceItem(SVGPathSeg newItem, int index)
           
 SVGPathSeg AbstractSVGPathSegList.appendItem(SVGPathSeg newItem)
           
 SVGMatrix AbstractSVGMatrix.inverse()
          Implements SVGMatrix.inverse().
 SVGMatrix AbstractSVGMatrix.rotateFromVector(float x, float y)
          Implements SVGMatrix.rotateFromVector(float,float).
protected abstract  void AbstractSVGList.checkItemType(java.lang.Object newItem)
          Check the type of the element added to the list.
protected  SVGItem AbstractSVGList.initializeImpl(java.lang.Object newItem)
          Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
protected  SVGItem AbstractSVGList.insertItemBeforeImpl(java.lang.Object newItem, int index)
          Inserts a new item into the list at the specified position.
protected  SVGItem AbstractSVGList.replaceItemImpl(java.lang.Object newItem, int index)
          Replaces an existing item in the list with a new item.
protected  SVGItem AbstractSVGList.appendItemImpl(java.lang.Object newItem)
          Inserts a new item at the end of the list.
 SVGLength AbstractSVGLengthList.initialize(SVGLength newItem)
           
 SVGLength AbstractSVGLengthList.insertItemBefore(SVGLength newItem, int index)
           
 SVGLength AbstractSVGLengthList.replaceItem(SVGLength newItem, int index)
           
 SVGLength AbstractSVGLengthList.appendItem(SVGLength newItem)
           
protected  void AbstractSVGLengthList.checkItemType(java.lang.Object newItem)
          Check if the item is an SVGLength.
 

Uses of SVGException in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that throw SVGException
 SVGTransform SVGTransformList.initialize(SVGTransform newItem)
           
 SVGTransform SVGTransformList.insertItemBefore(SVGTransform newItem, int index)
           
 SVGTransform SVGTransformList.replaceItem(SVGTransform newItem, int index)
           
 SVGTransform SVGTransformList.appendItem(SVGTransform newItem)
           
 java.lang.String SVGStringList.initialize(java.lang.String newItem)
           
 java.lang.String SVGStringList.insertItemBefore(java.lang.String newItem, int index)
           
 java.lang.String SVGStringList.replaceItem(java.lang.String newItem, int index)
           
 java.lang.String SVGStringList.appendItem(java.lang.String newItem)
           
 SVGPoint SVGPointList.initialize(SVGPoint newItem)
           
 SVGPoint SVGPointList.insertItemBefore(SVGPoint newItem, int index)
           
 SVGPoint SVGPointList.replaceItem(SVGPoint newItem, int index)
           
 SVGPoint SVGPointList.appendItem(SVGPoint newItem)
           
 SVGPathSeg SVGPathSegList.initialize(SVGPathSeg newItem)
           
 SVGPathSeg SVGPathSegList.insertItemBefore(SVGPathSeg newItem, int index)
           
 SVGPathSeg SVGPathSegList.replaceItem(SVGPathSeg newItem, int index)
           
 SVGPathSeg SVGPathSegList.appendItem(SVGPathSeg newItem)
           
 void SVGPaint.setPaint(short paintType, java.lang.String uri, java.lang.String rgbColor, java.lang.String iccColor)
           
 SVGNumber SVGNumberList.initialize(SVGNumber newItem)
           
 SVGNumber SVGNumberList.insertItemBefore(SVGNumber newItem, int index)
           
 SVGNumber SVGNumberList.replaceItem(SVGNumber newItem, int index)
           
 SVGNumber SVGNumberList.appendItem(SVGNumber newItem)
           
 SVGMatrix SVGMatrix.inverse()
           
 SVGMatrix SVGMatrix.rotateFromVector(float x, float y)
           
 SVGMatrix SVGLocatable.getTransformToElement(SVGElement element)
           
 SVGLength SVGLengthList.initialize(SVGLength newItem)
           
 SVGLength SVGLengthList.insertItemBefore(SVGLength newItem, int index)
           
 SVGLength SVGLengthList.replaceItem(SVGLength newItem, int index)
           
 SVGLength SVGLengthList.appendItem(SVGLength newItem)
           
 void SVGColor.setRGBColor(java.lang.String rgbColor)
           
 void SVGColor.setRGBColorICCColor(java.lang.String rgbColor, java.lang.String iccColor)
           
 void SVGColor.setColor(short colorType, java.lang.String rgbColor, java.lang.String iccColor)
           
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.