Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Using graphical/chart part of Birt as a plugin like JFreeChart
Using graphical/chart part of Birt as a plugin like JFreeChart [message #184202] Thu, 10 August 2006 14:03 Go to next message
Eclipse UserFriend
Originally posted by: guillaume.helle.capgemini.com

Hello,

i have an Eclipse RCP application and i am using JFreeChart to display my
graphs/charts.
Is it possible to use the graph/chart part of Birt to replace JFreeChart in
my RCP application?

Thanks for your help!

Best regards

Guillaume Helle
Re: Using graphical/chart part of Birt as a plugin like JFreeChart [message #184424 is a reply to message #184202] Sat, 12 August 2006 06:11 Go to previous messageGo to next message
Zhiqiang Qian is currently offline Zhiqiang QianFriend
Messages: 76
Registered: July 2009
Member
Yes, normally you would just need following plugins to use chart:

(required)
org.eclipse.birt.core
org.eclipse.birt.chart.engine
org.eclipse.birt.chart.engine.extension
org.eclipse.birt.chart.device.extension (Swing and Image rendering)
org.eclipse.emf.common
org.eclipse.emf.ecore
org.eclipse.emf.ecore.xmi

(optional)
org.eclipse.birt.chart.device.swt (SWT rendering only)
org.eclipse.birt.chart.device.svg (SVG rendering only)

You could check those chart api examples within the
org.eclipse.birt.chart.examples plugin.

hope this helps

Guillaume Helle wrote:
> Hello,
>
> i have an Eclipse RCP application and i am using JFreeChart to display my
> graphs/charts.
> Is it possible to use the graph/chart part of Birt to replace JFreeChart in
> my RCP application?
>
> Thanks for your help!
>
> Best regards
>
> Guillaume Helle
>
>
Re: Using graphical/chart part of Birt as a plugin like JFreeChart [message #184432 is a reply to message #184424] Sat, 12 August 2006 06:14 Go to previous messageGo to next message
Zhiqiang Qian is currently offline Zhiqiang QianFriend
Messages: 76
Registered: July 2009
Member
Oops, I forgot the following plugins:

com.ibm.icu
org.apache.commons.codec
org.mozilla.rhino

which are also dependencies by chart.

Zhiqiang Qian wrote:
> Yes, normally you would just need following plugins to use chart:
>
> (required)
> org.eclipse.birt.core
> org.eclipse.birt.chart.engine
> org.eclipse.birt.chart.engine.extension
> org.eclipse.birt.chart.device.extension (Swing and Image rendering)
> org.eclipse.emf.common
> org.eclipse.emf.ecore
> org.eclipse.emf.ecore.xmi
>
> (optional)
> org.eclipse.birt.chart.device.swt (SWT rendering only)
> org.eclipse.birt.chart.device.svg (SVG rendering only)
>
> You could check those chart api examples within the
> org.eclipse.birt.chart.examples plugin.
>
> hope this helps
>
> Guillaume Helle wrote:
>> Hello,
>>
>> i have an Eclipse RCP application and i am using JFreeChart to display my
>> graphs/charts.
>> Is it possible to use the graph/chart part of Birt to replace
>> JFreeChart in
>> my RCP application?
>>
>> Thanks for your help!
>>
>> Best regards
>>
>> Guillaume Helle
>>
>>
Re: Using graphical/chart part of Birt as a plugin like JFreeChart [message #686001 is a reply to message #184432] Tue, 21 June 2011 11:00 Go to previous messageGo to next message
chinnii  is currently offline chinnii Friend
Messages: 6
Registered: June 2011
Junior Member
Dear Zhiqiang Qian,
i have to create RCP PlugIn Application which renders PieChart.
So i have tried with JFreeChart for SWT.
But when i use this in the View Class of RCP Application it not able to create the View and not Creating PieCharts. I did not change the MANIFEST file. i added all the 7 required JARs in to the Build Path.
Could you tell me the Solution .

Thanks & Regards
Kranti Kumar ch
Re: Using graphical/chart part of Birt as a plugin like JFreeChart [message #686002 is a reply to message #184424] Tue, 21 June 2011 11:02 Go to previous message
chinnii  is currently offline chinnii Friend
Messages: 6
Registered: June 2011
Junior Member
Dear Helle,
i have to create RCP PlugIn Application which renders PieChart.
So i have tried with JFreeChart for SWT.
But when i use this in the View Class of RCP Application it not able to create the View and not Creating PieCharts. I did not change the MANIFEST file. i added all the 7 required JARs in to the Build Path.
Could you tell me the Solution .

Thanks & Regards
Kranti Kumar ch
Previous Topic:Table footer for every page
Next Topic:chart engine API questions
Goto Forum:
  


Current Time: Fri Apr 19 05:29:13 GMT 2024

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

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

Back to the top