Class PixelRect


  • public final class PixelRect
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PixelRect​(int x, int y, int w, int h)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getH()  
      int getW()  
      int getX()  
      int getY()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • PixelRect

        public PixelRect​(int x,
                         int y,
                         int w,
                         int h)
    • Method Detail

      • getX

        public int getX()
      • getY

        public int getY()
      • getW

        public int getW()
      • getH

        public int getH()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object