Uses of Class
org.loboevolution.svg.SVGException
Packages that use SVGException
-
Uses of SVGException in org.loboevolution.svg
Methods in org.loboevolution.svg that throw SVGExceptionModifier and TypeMethodDescriptionSVGLengthList.appendItem(SVGLength newItem) appendItem.SVGNumberList.appendItem(SVGNumber newItem) appendItem.SVGPathSegList.appendItem(SVGPathSeg newItem) appendItem.SVGPointList.appendItem(SVGPoint newItem) appendItem.SVGStringList.appendItem(String newItem) appendItem.SVGTransformList.appendItem(SVGTransform newItem) appendItem.SVGLocatable.getTransformToElement(SVGElement element) getTransformToElement.SVGLengthList.initialize(SVGLength newItem) initialize.SVGNumberList.initialize(SVGNumber newItem) initialize.SVGPathSegList.initialize(SVGPathSeg newItem) initialize.SVGPointList.initialize(SVGPoint newItem) initialize.SVGStringList.initialize(String newItem) initialize.SVGTransformList.initialize(SVGTransform newItem) initialize.SVGLengthList.insertItemBefore(SVGLength newItem, int index) insertItemBefore.SVGNumberList.insertItemBefore(SVGNumber newItem, int index) insertItemBefore.SVGPathSegList.insertItemBefore(SVGPathSeg newItem, int index) insertItemBefore.SVGPointList.insertItemBefore(SVGPoint newItem, int index) insertItemBefore.SVGStringList.insertItemBefore(String newItem, int index) insertItemBefore.SVGTransformList.insertItemBefore(SVGTransform newItem, int index) insertItemBefore.SVGMatrix.inverse()inverse.SVGLengthList.replaceItem(SVGLength newItem, int index) replaceItem.SVGNumberList.replaceItem(SVGNumber newItem, int index) replaceItem.SVGPathSegList.replaceItem(SVGPathSeg newItem, int index) replaceItem.SVGPointList.replaceItem(SVGPoint newItem, int index) replaceItem.SVGStringList.replaceItem(String newItem, int index) replaceItem.SVGTransformList.replaceItem(SVGTransform newItem, int index) replaceItem.SVGMatrix.rotateFromVector(float x, float y) rotateFromVector.voidsetColor.voidsetPaint.voidSVGColor.setRGBColor(String rgbColor) setRGBColor.voidSVGColor.setRGBColorICCColor(String rgbColor, String iccColor) setRGBColorICCColor. -
Uses of SVGException in org.loboevolution.svg.dom
Methods in org.loboevolution.svg.dom that throw SVGExceptionModifier and TypeMethodDescriptionSVGLengthListImpl.appendItem(SVGLength newItem) appendItem.SVGNumberListImpl.appendItem(SVGNumber newItem) appendItem.SVGPathSegListImpl.appendItem(SVGPathSeg newItem) appendItem.SVGPointListImpl.appendItem(SVGPoint newItem) appendItem.SVGStringListImpl.appendItem(String newItem) appendItem.SVGTransformListImpl.appendItem(SVGTransform newItem) appendItem.SVGLocatableImpl.getTransformToElement(SVGElement element) getTransformToElement.SVGLengthListImpl.initialize(SVGLength newItem) initialize.SVGNumberListImpl.initialize(SVGNumber newItem) initialize.SVGPathSegListImpl.initialize(SVGPathSeg newItem) initialize.SVGPointListImpl.initialize(SVGPoint newItem) initialize.SVGStringListImpl.initialize(String newItem) initialize.SVGTransformListImpl.initialize(SVGTransform newItem) initialize.SVGLengthListImpl.insertItemBefore(SVGLength newItem, int index) insertItemBefore.SVGNumberListImpl.insertItemBefore(SVGNumber newItem, int index) insertItemBefore.SVGPathSegListImpl.insertItemBefore(SVGPathSeg newItem, int index) insertItemBefore.SVGPointListImpl.insertItemBefore(SVGPoint newItem, int index) insertItemBefore.SVGStringListImpl.insertItemBefore(String newItem, int index) insertItemBefore.SVGTransformListImpl.insertItemBefore(SVGTransform newItem, int index) insertItemBefore.SVGMatrixImpl.inverse()inverse.SVGLengthListImpl.replaceItem(SVGLength newItem, int index) replaceItem.SVGNumberListImpl.replaceItem(SVGNumber newItem, int index) replaceItem.SVGPathSegListImpl.replaceItem(SVGPathSeg newItem, int index) replaceItem.SVGPointListImpl.replaceItem(SVGPoint newItem, int index) replaceItem.SVGStringListImpl.replaceItem(String newItem, int index) replaceItem.SVGTransformListImpl.replaceItem(SVGTransform newItem, int index) replaceItem.SVGMatrixImpl.rotateFromVector(float x, float y) rotateFromVector.