wakaxx / afreechart

Automatically exported from code.google.com/p/afreechart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2 errors in DemoView.java

GoogleCodeExporter opened this issue · comments

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