Keeping SVG 1.2 code separate from SVG 1.1 code

2005-01-19 Thread Cameron McCormack
Hi Thomas and others. 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: - What should be done for DOM 3 support? Should the existing classes in org.apache.batik.dom be updated with DOM 3 methods

Re: Mix SVG and Swing components

2005-01-19 Thread Tonny Kohar
Hi, > I am required to add Swing components to the SVG canvas. I want to use the > batik extensions. > The trouble I am facing is in the actual rendering class: > The output I am getting in the JSVGCanvas is a static version of JTextField. > I cannot enter characters or do anything with it. >

Mix SVG and Swing components

2005-01-19 Thread Venkataramana_Jaladurgam
Hello, I am required to add Swing components to the SVG canvas. I want to use the batik extensions. The trouble I am facing is in the actual rendering class: public class SwingGraphicsNode extends AbstractGraphicsNode { JTextField fComponent = new JTextField(10); public void pr