Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Where is GanttEntry?
Where is GanttEntry? [message #479695] Wed, 12 August 2009 02:15 Go to next message
Eclipse UserFriend
Originally posted by: thund.e.rsim.gmail.com

Hi!

Here is a little question...

I am using the BIRT chart engine in an Eclipse plugin I am designing in
Eclipse 3.5. I installed the BIRT framework using the "Install New
Software" in the help menu.

I successfully created a pie chart with the help of this tutorial:
http://www.eclipse.org/articles/article.php?file=Article-BIR TChartEngine/index.html
and the source of the "Chart Examples" plugin. I now need to create a
Gantt Chart, so I tried to design it inspired from the one in the Examples
plugin. It's using the class "GanttEntry". However, Eclipse can't find the
corresponding package. In the example, they import the package
"org.eclipse.birt.chart.datafeed.GanttEntry", but it does not seem to be
on my system.

Is this Class supposed to be included in the framework, or is it an
implementation made only for the example?

I searched google and the source of the examples package, but didn't find
anything useful...

Thanks for your help!

Simon Marchi
Re: Where is GanttEntry? [message #479810 is a reply to message #479695] Wed, 12 August 2009 15:04 Go to previous message
Eclipse UserFriend
Originally posted by: thund.e.rsim.gmail.com

Well I finally found my error... I simply needed to import
import org.eclipse.birt.chart.engine.extension.*;


Simon Marchi wrote:
> Hi!
>
> Here is a little question...
>
> I am using the BIRT chart engine in an Eclipse plugin I am designing in
> Eclipse 3.5. I installed the BIRT framework using the "Install New
> Software" in the help menu.
>
> I successfully created a pie chart with the help of this tutorial:
> http://www.eclipse.org/articles/article.php?file=Article-BIR TChartEngine/index.html
>
> and the source of the "Chart Examples" plugin. I now need to create a
> Gantt Chart, so I tried to design it inspired from the one in the
> Examples plugin. It's using the class "GanttEntry". However, Eclipse
> can't find the corresponding package. In the example, they import the
> package "org.eclipse.birt.chart.datafeed.GanttEntry", but it does not
> seem to be on my system.
>
> Is this Class supposed to be included in the framework, or is it an
> implementation made only for the example?
>
> I searched google and the source of the examples package, but didn't
> find anything useful...
>
> Thanks for your help!
>
> Simon Marchi
>
>
Previous Topic:mysql throws access denied error but report still runs
Next Topic:Compilation troubles when moving to 2.5.0
Goto Forum:
  


Current Time: Tue Sep 24 22:53:26 GMT 2024

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

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

Back to the top