image vs colors to fill sections in PieChart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
bluecameleon
Posts: 32
Joined: Wed Apr 27, 2005 6:41 pm

image vs colors to fill sections in PieChart

Post by bluecameleon » Fri Nov 09, 2007 1:52 pm

Is it possible to set specifics images to fill sections in a Pie2D Chart instead of setting colors ?

Thanks for your help

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Fri Nov 09, 2007 2:46 pm

I don't know how to do this. If your image is small, you might be able to shove it into a TexturePaint and use it that way...
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

bluecameleon
Posts: 32
Joined: Wed Apr 27, 2005 6:41 pm

Post by bluecameleon » Fri Nov 09, 2007 3:10 pm

Thanks David for your answer.
I can see in previous posts that the printing quality was not so good using patterns. I'll try to find another solution for this point.

Another question is on special effets on rings. Can you have a look at the following example and tell me if it's possible to have this effect ?

Image


I had a question, a few days ago, without any answer in the post 22861. if you could have a quick look at it, I'll really appreciate.

Locked