Returns the mouse event modifiers.
()
| 656 | |
| 657 | /** Returns the mouse event modifiers. */ |
| 658 | public int getModifiers() { |
| 659 | return flags; |
| 660 | } |
| 661 | |
| 662 | /** Returns the ImagePlus object that is associated with this ImageCanvas. */ |
| 663 | public ImagePlus getImage() { |
no outgoing calls
no test coverage detected