Class PixelRect

java.lang.Object
com.banuba.sdk.types.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

    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 Details

    • PixelRect

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

    • 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