Package 

Class DoubleIncrement

  • All Implemented Interfaces:
    org.readium.r2.navigator.preferences.ProgressionStrategy

    
    public final class DoubleIncrement
     implements ProgressionStrategy<Double>
                        

    Simple progression strategy which increments or decrements the setting by a fixed number.

    • Method Summary

      Modifier and Type Method Description
      Double increment(Double value)
      Double decrement(Double value)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait