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.
 

Methods in org.apache.batik.dom.svg that throw SVGException
 SVGMatrix SVGOMTextElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
 SVGMatrix SVGGraphicsElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
static SVGMatrix SVGLocatableSupport.getTransformToElement(Element elt, SVGElement element)
          To implement SVGLocatable.getTransformToElement(SVGElement).
 SVGMatrix AbstractSVGMatrix.inverse()
          Implements SVGMatrix.inverse().
 SVGMatrix AbstractSVGMatrix.rotateFromVector(float x, float y)
          Implements SVGMatrix.rotateFromVector(float,float).
 SVGMatrix SVGOMSVGElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
 

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)
           
 SVGMatrix SVGLocatable.getTransformToElement(SVGElement element)
           
 SVGPoint SVGPointList.initialize(SVGPoint newItem)
           
 SVGPoint SVGPointList.insertItemBefore(SVGPoint newItem, int index)
           
 SVGPoint SVGPointList.replaceItem(SVGPoint newItem, int index)
           
 SVGPoint SVGPointList.appendItem(SVGPoint newItem)
           
 SVGMatrix SVGMatrix.inverse()
           
 SVGMatrix SVGMatrix.rotateFromVector(float x, float y)
           
 SVGPathSeg SVGPathSegList.initialize(SVGPathSeg newItem)
           
 SVGPathSeg SVGPathSegList.insertItemBefore(SVGPathSeg newItem, int index)
           
 SVGPathSeg SVGPathSegList.replaceItem(SVGPathSeg newItem, int index)
           
 SVGPathSeg SVGPathSegList.appendItem(SVGPathSeg newItem)
           
 SVGLength SVGLengthList.initialize(SVGLength newItem)
           
 SVGLength SVGLengthList.insertItemBefore(SVGLength newItem, int index)
           
 SVGLength SVGLengthList.replaceItem(SVGLength newItem, int index)
           
 SVGLength SVGLengthList.appendItem(SVGLength newItem)
           
 SVGNumber SVGNumberList.initialize(SVGNumber newItem)
           
 SVGNumber SVGNumberList.insertItemBefore(SVGNumber newItem, int index)
           
 SVGNumber SVGNumberList.replaceItem(SVGNumber newItem, int index)
           
 SVGNumber SVGNumberList.appendItem(SVGNumber 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)
           
 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)
           
 void SVGPaint.setPaint(short paintType, java.lang.String uri, java.lang.String rgbColor, java.lang.String iccColor)
           
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.