plot.setBackgroundImage(Image)???

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
TXAggie
Posts: 8
Joined: Thu Aug 03, 2006 4:35 pm

plot.setBackgroundImage(Image)???

Post by TXAggie » Tue Aug 08, 2006 8:58 pm

Is there something wrong with this method?

Code: Select all

JFreeChart.setBackgoundImage()
works but,

Code: Select all

plot.setBackgroundImage()
doesn't

The image used for both methods is the same.
Just curious if this is a bug.

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 Aug 11, 2006 6:34 am

As far as I know it is working. Do you have a small demo app I can run to reproduce the problem? Are you using 1.0.1?
David Gilbert
JFreeChart Project Leader

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

Locked