Closed GoogleCodeExporter closed 9 years ago
You can do this in quite an easy way. Calculate the visible area you need to
pan to and call:
mRenderer.setXAxisMin(min, scale);
mRenderer.setXAxisMax(max, scale);
mRenderer.setYAxisMin(min, scale);
mRenderer.setYAxisMax(max, scale);
and then a repaint.
Original comment by dandrome...@gmail.com
on 31 Mar 2012 at 1:24
Original issue reported on code.google.com by
robert.lasch85@googlemail.com
on 29 Mar 2012 at 2:22