Search found 6 matches

by Eugene_T
Tue Sep 08, 2015 1:00 pm
Forum: JFreeSVG
Topic: Adding links, js function to jfreesvg
Replies: 3
Views: 35266

Re: Adding links, js function to jfreesvg

Hi, David
Thanks for reply. I'll keep on researching in this direction ...
by Eugene_T
Thu Aug 27, 2015 3:43 pm
Forum: JFreeSVG
Topic: Adding links, js function to jfreesvg
Replies: 3
Views: 35266

Re: Adding links, js function to jfreesvg

If possible can you please provide examples how to add unique id to Graphic2D objects in java using SVGHints.KEY_ELEMENT_ID in order to render them into svg object ids
by Eugene_T
Thu Aug 27, 2015 3:30 pm
Forum: JFreeSVG
Topic: id attribute to svg group object.
Replies: 5
Views: 36989

Re: id attribute to svg group object.

Can you please provide samples how to add an id in java code to have it added for <rect, <circle ... and for group <g?
by Eugene_T
Tue Aug 25, 2015 9:24 am
Forum: JFreeSVG
Topic: Jfreechart and jfreesvg compatibility
Replies: 2
Views: 27359

Re: Jfreechart and jfreesvg compatibility

Ok, thanks. Got it!
by Eugene_T
Tue Aug 25, 2015 9:16 am
Forum: JFreeSVG
Topic: Adding links, js function to jfreesvg
Replies: 3
Views: 35266

Adding links, js function to jfreesvg

I'm using jfreechart and jfreesvg for conversion Are there any examples of how to make followed functionality work: - tooltips; - custom js function - ability to add a name to the bar in java code and then get it rendered in the html as javascript function (of course the implementation I'll provide ...
by Eugene_T
Thu Aug 06, 2015 10:13 am
Forum: JFreeSVG
Topic: Jfreechart and jfreesvg compatibility
Replies: 2
Views: 27359

Jfreechart and jfreesvg compatibility

Can I reuse the code created for generating jfreechart (via image) for generating svg files?
I want to use images in pdf reports and svg on the client, but it would be nice if I use the same data model - only change option image or svg
Thanks