com.jjoe64.graphview.compatible
Class RealScaleGestureDetector

java.lang.Object
  extended by com.jjoe64.graphview.compatible.ScaleGestureDetector
      extended by com.jjoe64.graphview.compatible.RealScaleGestureDetector


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jjoe64.graphview.compatible.ScaleGestureDetector
ScaleGestureDetector.SimpleOnScaleGestureListener
 
Constructor Summary
RealScaleGestureDetector(Context context, ScaleGestureDetector fakeScaleGestureDetector, ScaleGestureDetector.SimpleOnScaleGestureListener fakeListener)
          
Method Summary
 
Methods inherited from class com.jjoe64.graphview.compatible.ScaleGestureDetector
getScaleFactor, isInProgress, onTouchEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealScaleGestureDetector

public RealScaleGestureDetector(Context context,
                                ScaleGestureDetector fakeScaleGestureDetector,
                                ScaleGestureDetector.SimpleOnScaleGestureListener fakeListener)