Gives the full, non-windowed vertical resolution stored for this map @return Y resolution in pixels
()
| 115 | * @return Y resolution in pixels |
| 116 | */ |
| 117 | public int getFullYRes() { |
| 118 | return fullYRes; |
| 119 | } |
| 120 | /** |
| 121 | * Sets the full, non-windowed Y resolution stored for this map |
| 122 | * @param fullYRes Desired new Y resolution value in pixels |
no outgoing calls
no test coverage detected