Provides the full, non-windowed horizontal resolution of this map @return X resolution in pixels
()
| 101 | * @return X resolution in pixels |
| 102 | */ |
| 103 | public int getFullXRes() { |
| 104 | return fullXRes; |
| 105 | } |
| 106 | /** |
| 107 | * Sets the full, non-windowed horizontal resolution stored for this map |
| 108 | * @param fullXRes Desired new X resolution value in pixels |
no outgoing calls
no test coverage detected