hi guys, i have a question, please help me

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
maithuynhung032
Posts: 3
Joined: Thu Jul 19, 2018 3:53 am
antibot: No, of course not.

hi guys, i have a question, please help me

Post by maithuynhung032 » Sat Jul 21, 2018 5:08 am

Hello,

I am trying to use IntervalBarRenderer. It implements PublicCloneable according to its source code, which is in org.jfree.util. But I got an classnotfound error and I can't find jfree.util anywhere.
Is there something else I have to download other then the jfreechart jar file?

Any help is appreciated.
BTW, I am using the latest jar, 0.9.13

Thanks.

mcgeochd
Posts: 6
Joined: Thu Jul 19, 2018 10:38 pm
antibot: No, of course not.

Re: hi guys, i have a question, please help me

Post by mcgeochd » Sun Jul 22, 2018 1:25 am

Hi latest version is 1.5, you can find it on github here: https://github.com/jfree/jfreechart

public class IntervalBarRenderer extends BarRenderer {

/** For serialization. */
private static final long serialVersionUID = -5068857361615528725L;


IntervalBarRenderer doesn't appear to implement PublicCloneable in the latest version, hope this helps

Locked