On Friday 08 June 2001 18:42, Charles Bornstein wrote:
> I was trying to run a modified version of the sample code for JSVGCanvas
> (http://xml.apache.org/batik/svgcanvas.html) and document loading would
> fail. I wanted to get the exception field that was set in
> SVGDocumentLoader, but found no proper way to do it. I finally modified
> SVGDocumentLoader to print a stack trace in the run() method. Despite the
> fact that there is a getException() method in SVGDocumentLoader, I found
> no way to access it because the documentLoader field in JSVGCanvas is
> protected. Am I missing something?
>

It is protected so you can for example inherit JSVGCanvas and add a 
getSVGDocumentLoader() method.
--
  Stephane.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to