MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getModifiers

Method getModifiers

ij/src/main/java/ij/gui/ImageCanvas.java:658–660  ·  view source on GitHub ↗

Returns the mouse event modifiers.

()

Source from the content-addressed store, hash-verified

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() {

Callers 15

getCursorLocMethod · 0.95
runMethod · 0.95
actionPerformedMethod · 0.80
keyPressedMethod · 0.80
keyTypedMethod · 0.80
keyPressedMethod · 0.80
mouseClickedMethod · 0.80
mousePressedMethod · 0.80
mouseReleasedMethod · 0.80
adaptEventMethod · 0.80
actionPerformedMethod · 0.80
keyPressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected