Re: Batik Rendering Summary

2005-02-24 Thread Jorg Heymans
Steven Huey wrote: Hello, I'm trying to better understand how Batik works, and have spent some time reading through the source code. I've included a summary below of what I've learned so far figuring that it might help other newcomers to Batik, and so that if I've missed anything perhaps some mo

Batik Rendering Summary

2005-02-24 Thread Steven Huey
Hello, I'm trying to better understand how Batik works, and have spent some time reading through the source code. I've included a summary below of what I've learned so far figuring that it might help other newcomers to Batik, and so that if I've missed anything perhaps some more experienced dev

Re: Trying to draw my overlay

2005-02-24 Thread Thomas DeWeese
Lasse Riis wrote: No, but It won't compile without it either. At least not here. My IDE tells me to make it static, but i don't understand why. But the problem was that you were using 'java.awt.Color.RED' not 'java.awt.Color.red'. What is below works. Someone should do a thorough howto on usin

Re: Trying to draw my overlay

2005-02-24 Thread Lasse Riis
Thomas DeWeese wrote: public static void paint(Graphics g) { ^^ This wasn't here last time. It won't compile with this. No, but It won't compile without it either. At least not here. My IDE tells me to make it static, but i don't understand why. Someone should do a thorough howt

Re: Trying to draw my overlay

2005-02-24 Thread Thomas DeWeese
Lasse Riis wrote: Thomas DeWeese wrote: You are close, basically you want to make your class implement the Overlay interface from Batik, and associate your mapIt instance with the canvas as an overlay Well I guess I'm getting there, but I need more help. Perhaps a good restructure of my app is in

Re: Trying to draw my overlay

2005-02-24 Thread Lasse Riis
Thomas DeWeese wrote: You are close, basically you want to make your class implement the Overlay interface from Batik, and associate your mapIt instance with the canvas as an overlay Well I guess I'm getting there, but I need more help. Perhaps a good restructure of my app is in order? I got this

Re: Transcoding inside an Applet

2005-02-24 Thread Thomas DeWeese
Hi all, oliver clement wrote: I am using JSVGCanvas inside an Applet and I'm planning to enable users to transcode the viewed document into a typical image format. In its first version my applet was signed and users could save the transcoder results under their filesystem. However after discussing