Package atlasgen

Class RelativePixeler


  • public class RelativePixeler
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RelativePixeler​(java.awt.image.BufferedImage image, atlasgen.SetMinMax.MyDim minMax)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Point convert​(double ratioX, double ratioY)  
      java.awt.image.BufferedImage getImage()  
      void pixelize​(int x, int y, java.awt.Color color)  
      void setImage​(java.awt.image.BufferedImage image)  
      • Methods inherited from class java.lang.Object

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

      • RelativePixeler

        public RelativePixeler​(java.awt.image.BufferedImage image,
                               atlasgen.SetMinMax.MyDim minMax)
    • Method Detail

      • pixelize

        public void pixelize​(int x,
                             int y,
                             java.awt.Color color)
      • convert

        public java.awt.Point convert​(double ratioX,
                                      double ratioY)
      • getImage

        public java.awt.image.BufferedImage getImage()
      • setImage

        public void setImage​(java.awt.image.BufferedImage image)