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 abstract  SVGException AbstractSVGTransformList.createSVGException(short type, java.lang.String key, java.lang.Object[] args)
          Create an SVGException when the checkItemType fails.
protected  SVGException SVGOMAnimatedTransformList.SVGOMTransformList.createSVGException(short type, java.lang.String key, java.lang.Object[] args)
          Create a SVGException.
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.
protected abstract  SVGException AbstractSVGNumberList.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  SVGException SVGOMAnimatedPoints.SVGOMPointList.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  SVGException SVGOMAnimatedNumberList.SVGOMNumberList.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.
 

Methods in org.apache.batik.dom.svg that throw SVGException
 SVGMatrix SVGGraphicsElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
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.
 SVGTransform AbstractSVGTransformList.initialize(SVGTransform newItem)
           
 SVGTransform AbstractSVGTransformList.insertItemBefore(SVGTransform newItem, int index)
           
 SVGTransform AbstractSVGTransformList.replaceItem(SVGTransform newItem, int index)
           
 SVGTransform AbstractSVGTransformList.appendItem(SVGTransform newItem)
           
 SVGPathSeg AbstractSVGPathSegList.initialize(SVGPathSeg newItem)
           
 SVGPathSeg AbstractSVGPathSegList.insertItemBefore(SVGPathSeg newItem, int index)
           
 SVGPathSeg AbstractSVGPathSegList.replaceItem(SVGPathSeg newItem, int index)
           
 SVGPathSeg AbstractSVGPathSegList.appendItem(SVGPathSeg newItem)
           
 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.
 SVGNumber AbstractSVGNumberList.initialize(SVGNumber newItem)
           
 SVGNumber AbstractSVGNumberList.insertItemBefore(SVGNumber newItem, int index)
           
 SVGNumber AbstractSVGNumberList.replaceItem(SVGNumber newItem, int index)
           
 SVGNumber AbstractSVGNumberList.appendItem(SVGNumber newItem)
           
protected  void AbstractSVGNumberList.checkItemType(java.lang.Object newItem)
          Check if the item is an SVGNumber
 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.
 SVGMatrix SVGOMSVGElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
 SVGMatrix SVGOMTextElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
 SVGMatrix AbstractSVGMatrix.inverse()
          Implements SVGMatrix.inverse().
 SVGMatrix AbstractSVGMatrix.rotateFromVector(float x, float y)
          Implements SVGMatrix.rotateFromVector(float,float).
static SVGMatrix SVGLocatableSupport.getTransformToElement(org.w3c.dom.Element elt, SVGElement element)
          To implement SVGLocatable.getTransformToElement(SVGElement).
 

Uses of SVGException in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that throw SVGException
 void SVGPaint.setPaint(short paintType, java.lang.String uri, java.lang.String rgbColor, java.lang.String iccColor)
           
 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)
           
 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)
           
 SVGMatrix SVGMatrix.inverse()
           
 SVGMatrix SVGMatrix.rotateFromVector(float x, float y)
           
 SVGTransform SVGTransformList.initialize(SVGTransform newItem)
           
 SVGTransform SVGTransformList.insertItemBefore(SVGTransform newItem, int index)
           
 SVGTransform SVGTransformList.replaceItem(SVGTransform newItem, int index)
           
 SVGTransform SVGTransformList.appendItem(SVGTransform 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)
           
 SVGMatrix SVGLocatable.getTransformToElement(SVGElement element)
           
 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)
           
 SVGPoint SVGPointList.initialize(SVGPoint newItem)
           
 SVGPoint SVGPointList.insertItemBefore(SVGPoint newItem, int index)
           
 SVGPoint SVGPointList.replaceItem(SVGPoint newItem, int index)
           
 SVGPoint SVGPointList.appendItem(SVGPoint newItem)
           
 



Copyright © 2004 Apache Software Foundation. All Rights Reserved.