romrom72 / afreechart

Automatically exported from code.google.com/p/afreechart
0 stars 0 forks source link

2 errors in DemoView.java #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. i downloaded the files, i did the import in eclipse of the example
2. i can't run the example because there are 2 errors in DemoView.java and i 
didn't touch the code.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
0.04

Please provide any additional information below.
The errors are:
 public double getScaleX() {
        return this.scaleX;
    }
public double getScaleY() {
        return this.scaleY;
    } 
and eclipse says:   
The return type is incompatible with View.getScaleX() (and also with 
View.getScaley...)
Please fix this problem.

Original issue reported on code.google.com by ciaoioc...@hotmail.it on 9 Sep 2014 at 2:13