halfhp / androidplot

Charts and plots for Android
http://androidplot.com
Apache License 2.0
505 stars 159 forks source link

Implement descriptive toString() methods for RectRegion and related classes #44

Closed Jonathan727 closed 7 years ago

Jonathan727 commented 7 years ago

This set of changes are non-functional changes I made in the course of debugging a separate issue.

I've implemented toString for RectRegion and related classes.

I reduced the nesting in some if else logic.

My editor automatically converted wildcard import statements to explicit imports - google style guidelines prefer explicit imports in most cases.

halfhp commented 7 years ago

Looks good to me - thx for the contribution!