Package 

Class PanZoom

  • All Implemented Interfaces:
    android.view.View.OnTouchListener

    
    public class PanZoom
     implements View.OnTouchListener
                        

    Enables basic pan/zoom touch behavior for an XYPlot. By default boundaries there are no boundaries imposed on scrolling and zooming. You can provide these boundaries on your XYPlot using getOuterLimits. TODO: zoom using dynamic center point TODO: stretch both mode