|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
AGG with JavaHello everybody,
I'm new to the list and my first question is (I hope) quiet simple: does anybody has any experience working with AGG and Java? Moreover, it is even possible to use AGG with this language? Obviously I prefer C, but due to project constraints imposed by the costumer, Java is going to be used. Thanks in advance and keep the good job, Juan Pedro Pérez ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Vector-agg-general mailing list Vector-agg-general@... https://lists.sourceforge.net/lists/listinfo/vector-agg-general |
|
|
Re: AGG with JavaHi,
That is possible, I have done it before, take a look at these pages: http://www.spket.com/g2d.html http://www.spket.com/svg.html Regards, Eric Suen > Hello everybody, > > I'm new to the list and my first question is (I hope) quiet simple: does > anybody has any experience working with AGG and Java? Moreover, it is > even possible to use AGG with this language? Obviously I prefer C, but > due to project constraints imposed by the costumer, Java is going to be > used. > > Thanks in advance and keep the good job, > > Juan Pedro P¨¦rez > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Vector-agg-general mailing list Vector-agg-general@... https://lists.sourceforge.net/lists/listinfo/vector-agg-general |
|
|
Re: AGG with JavaWith my limited experience with JNI I would expect it to be kind of a
PITA. AGG uses a memory buffer, and I'm not sure how efficient it would be transferring data back and forth? Maybe there's a way to have direct access to memory in JNI? Cheers Jim 2009/8/10 Juan Pedro Pérez Alcántara <jp.alcantara@...>: > Hello everybody, > > I'm new to the list and my first question is (I hope) quiet simple: does > anybody has any experience working with AGG and Java? Moreover, it is > even possible to use AGG with this language? Obviously I prefer C, but > due to project constraints imposed by the costumer, Java is going to be > used. > > Thanks in advance and keep the good job, > > Juan Pedro Pérez > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Vector-agg-general mailing list > Vector-agg-general@... > https://lists.sourceforge.net/lists/listinfo/vector-agg-general > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Vector-agg-general mailing list Vector-agg-general@... https://lists.sourceforge.net/lists/listinfo/vector-agg-general |
|
|
Re: AGG with JavaYes, its no problem using JNI.
You can directly access java-arrays using JNI, and therefor if you've allocated a java byte[], you can directly access it like some malloc'ed memory. I would however recommend using Java2D on top of BufferedImages, which covers quite a lot of what agg does do, without the need to fight with native code (which can cause massive deployment headacke). - Clemens 2009/8/10 Juan Pedro Pérez Alcántara <jp.alcantara@...>: > Hello everybody, > > I'm new to the list and my first question is (I hope) quiet simple: does > anybody has any experience working with AGG and Java? Moreover, it is > even possible to use AGG with this language? Obviously I prefer C, but > due to project constraints imposed by the costumer, Java is going to be > used. > > Thanks in advance and keep the good job, > > Juan Pedro Pérez > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Vector-agg-general mailing list > Vector-agg-general@... > https://lists.sourceforge.net/lists/listinfo/vector-agg-general > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Vector-agg-general mailing list Vector-agg-general@... https://lists.sourceforge.net/lists/listinfo/vector-agg-general |
| Free embeddable forum powered by Nabble | Forum Help |