Returns the image height of the virtual stack
()
| 487 | |
| 488 | /** Returns the image height of the virtual stack */ |
| 489 | public int getHeight() { |
| 490 | return biHeight; |
| 491 | } |
| 492 | |
| 493 | /** Returns the number of images in this virtual stack (if it is one) */ |
| 494 | public int getSize() { |
no outgoing calls
no test coverage detected