Class AwtNearestNeighbourScale

  • All Implemented Interfaces:
    Scale

    public class AwtNearestNeighbourScale
    extends java.lang.Object
    implements Scale
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.image.BufferedImage scale​(java.awt.image.BufferedImage in, int w, int h)  
      • Methods inherited from class java.lang.Object

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

      • AwtNearestNeighbourScale

        public AwtNearestNeighbourScale()
    • Method Detail

      • scale

        public java.awt.image.BufferedImage scale​(java.awt.image.BufferedImage in,
                                                  int w,
                                                  int h)
        Specified by:
        scale in interface Scale