Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Chart Serializer
Chart Serializer [message #157100] Fri, 28 April 2006 13:01 Go to next message
Eclipse UserFriend
Originally posted by: aloke.aunwesha.com

Hi,

I am trying to use chart Serializer. I want to generate xml file from
chart. I have generate chart in BufferImage. What is the input stream in
Serializer?


I need help.
Re: Chart Serializer [message #157144 is a reply to message #157100] Fri, 28 April 2006 14:02 Go to previous messageGo to next message
David Michonneau is currently offline David MichonneauFriend
Messages: 1145
Registered: July 2009
Senior Member
The Serializer reads a chart model in XML Format (in that case the
inputstream points to some XML content, not an image). It also output the
model in XML format. If you want to generate the XML, you would use the
following method:
public ByteArrayOutputStream asXml(Chart cModel, boolean bStripHeaders)
throws IOException;

Thanks,

David

"Aunwesha" <aloke@aunwesha.com> wrote in message
news:1d6d2a9165337627427cf7c190c73e73$1@www.eclipse.org...
> Hi,
>
> I am trying to use chart Serializer. I want to generate xml file from
> chart. I have generate chart in BufferImage. What is the input stream in
> Serializer?
>
>
> I need help.
>
Re: Chart Serializer [message #157173 is a reply to message #157144] Fri, 28 April 2006 14:37 Go to previous message
Eclipse UserFriend
Originally posted by: aloke.aunwesha.com

Hi,

Can you give me xml sample? That i can use as an input stream.
Previous Topic:image
Next Topic:problem with library
Goto Forum:
  


Current Time: Wed Jul 03 05:53:08 GMT 2024

Powered by FUDForum. Page generated in 0.03057 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top