RE: Mix SVG and Swing components

2005-01-20 Thread Venkataramana_Jaladurgam
Thanks for the suggestion. The problem with this approach is the swing components will not be scalable. I have created a class that extends AbstractGraphicsNode to display the swing component. public class SwingGraphicsNode extends AbstractGraphicsNode implements GraphicsNodeMouseListener,

Re: Keeping SVG 1.2 code separate from SVG 1.1 code

2005-01-20 Thread Thomas DeWeese
Hi Cameron, Cameron McCormack wrote: I'm still working on sXBL support for Batik and again I'm wondering about how separate code for 1.2 features should be. A few particular issues: Yes, all good questions. See answers inline. I'm still thinking about possible alternate options, but right

Re: Mix SVG and Swing components

2005-01-20 Thread Thomas DeWeese
Hi Venkataramana, You might want to talk with Lukasz as he appears to be working on this issue as well. Venkataramana_Jaladurgam wrote: Thanks for the suggestion. The problem with this approach is the swing components will not be scalable. I have created a class that extends

Class PathParser

2005-01-20 Thread Alice Mello
Hello all, It seems like PathParser is ideal for me to use in order to parse a SVG file into a private text file with graph coordinates. But, I have no clue on how to use it. does anyone have an example? Thanks a lot, Alice -