Returns the current overly, or null if this image does not have an overlay.
()
| 3524 | |
| 3525 | /** Returns the current overly, or null if this image does not have an overlay. */ |
| 3526 | public Overlay getOverlay() { |
| 3527 | return overlay; |
| 3528 | } |
| 3529 | |
| 3530 | public void setHideOverlay(boolean hide) { |
| 3531 | hideOverlay = hide; |
no outgoing calls
no test coverage detected