Class LinearSubpixelInterpolator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int subpixel​(double x, double y)  
      double[][] summands​(double x, double y)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinearSubpixelInterpolator

        public LinearSubpixelInterpolator​(AwtImage awt)
    • Method Detail

      • summands

        public double[][] summands​(double x,
                                   double y)