Returns the image width of the virtual stack
()
| 482 | |
| 483 | /** Returns the image width of the virtual stack */ |
| 484 | public int getWidth() { |
| 485 | return dwWidth; |
| 486 | } |
| 487 | |
| 488 | /** Returns the image height of the virtual stack */ |
| 489 | public int getHeight() { |
no outgoing calls
no test coverage detected