cannot resolve symbol : method getEntityCollection ()
Posted: Mon Jan 23, 2006 2:08 pm
Anyone can help?
I am a newie to Jfree. I encounter some problems when I try to compile XYAreaRenderer2.java (note: this file is not compliled when I downloaded it).
Error as below:
-------------------------------------------------------------------------------------
C:\SourceCode\java\org\jfree\chart\renderer\xy\XYAreaRenderer2.java:410: cannot resolve symbol
symbol : method getEntityCollection ()
location: class org.jfree.chart.renderer.xy.XYItemRendererState
EntityCollection entities = state.getEntityCollection();
^
1 error
Tool completed with exit code 1
------------------------------------------------------------------------------
Can anyone tell me how to solve the above problem?
Could you please send me the XYAreaRenderer2.class file ?
Also the StackedXYAreaRenderer2.class file
Many Thanks
Derek
I am a newie to Jfree. I encounter some problems when I try to compile XYAreaRenderer2.java (note: this file is not compliled when I downloaded it).
Error as below:
-------------------------------------------------------------------------------------
C:\SourceCode\java\org\jfree\chart\renderer\xy\XYAreaRenderer2.java:410: cannot resolve symbol
symbol : method getEntityCollection ()
location: class org.jfree.chart.renderer.xy.XYItemRendererState
EntityCollection entities = state.getEntityCollection();
^
1 error
Tool completed with exit code 1
------------------------------------------------------------------------------
Can anyone tell me how to solve the above problem?
Could you please send me the XYAreaRenderer2.class file ?
Also the StackedXYAreaRenderer2.class file
Many Thanks
Derek