Getter function for the horizontal resolution @return Current horizontal resolution in pixels
()
| 75 | * @return Current horizontal resolution in pixels |
| 76 | */ |
| 77 | public int getXRes() { return this.xRes; } |
| 78 | /** |
| 79 | * Getter function for the vertical resolution |
| 80 | * @return Current vertical resolution in pixels |
no outgoing calls
no test coverage detected