Re: SVGParser to Renderer

2004-07-20 Thread Sand Print
Hi Thomas, I did go through TinyLine, but the source code is not available. I need to create an API that can do the rendering on a J2ME device( similar to what TinyLine is doing actually) . The only helpful source I could find for that is Batik., since the code is available and I can study it. Sin

Re: SVGParser to Renderer

2004-07-19 Thread Thomas DeWeese
Hi Sand, I think you are mostly out of luck WRT Batik. Batik makes heavy use of Java2D which is not currently supported in J2ME. Are you aware of the 'TinyLine' project? This appears to be what you want... Sand Print wrote: Thanks for your reply. Let me tell you what I am trying to do. I have

Re: SVGParser to Renderer

2004-07-18 Thread Sand Print
Hi Thomas, Thanks for your reply. Let me tell you what I am trying to do. I have to display  an SVG file on a J2ME device. That is the reason that I am trying to use a very light parser, since the size is an issue. I guess I need to strip down the Batik API to reduce the size ; as my SVG file just

Re: SVGParser to Renderer

2004-07-18 Thread Archna Tikku
Hi Thomas, Thanks for your reply. Let me tell you what I am trying to do. I have to display  an SVG file on a J2ME device. That is the reason that I am trying to use a very light parser, since the size is an issue. I guess I need to strip down the Batik API to reduce the size ; as my SVG file just 

Re: SVGParser to Renderer

2004-07-18 Thread Thomas DeWeese
Sand Print wrote: Thank you both for your reply. I looked at the steps link, Cameron- it helped. Following on that question, I am trying to parse an SVG file using a very light parser. - so I get all the elements and attributes in the SVG file. Now I need to stored it in some local data structur

Re: SVGParser to Renderer

2004-07-18 Thread Sand Print
Thank you both for your reply. I looked at the steps link, Cameron-  it helped. Following on that question, I am trying to parse an SVG file using a very light parser. - so I get all the elements and attributes in the SVG file. Now I need to stored it in some local data structure which can go as a

Re: SVGParser to Renderer

2004-07-16 Thread Tonny Kohar
Hi, > I am new to Batik and have just started exploring it. > I am trying to understand the sequence of steps that the SVG file goes > thru to get rendered as an image. > When the SVG file gets parsed, how is it stored and how does the > renderer get this data? What I mean is that is it stored as

Re: SVGParser to Renderer

2004-07-16 Thread Cameron McCormack
Hi Sandy. Sand Print: > I am new to Batik and have just started exploring it. > I am trying to understand the sequence of steps that the SVG file goes > thru to get rendered as an image. > When the SVG file gets parsed, how is it stored and how does the > renderer get this data? What I mean

SVGParser to Renderer

2004-07-16 Thread Sand Print
Hi, I am new to Batik and have just started exploring it. I am trying to understand the sequence of steps that the SVG file goes thru to get rendered as an image. When the SVG file gets parsed, how is it stored and how does the renderer get this data? What I mean is that is it stored as some datas