Returns a reference to the "ImageJ" frame.
()
| 200 | |
| 201 | /**Returns a reference to the "ImageJ" frame.*/ |
| 202 | public static ImageJ getInstance() { |
| 203 | return ij; |
| 204 | } |
| 205 | |
| 206 | /**Enable/disable debug mode.*/ |
| 207 | public static void setDebugMode(boolean b) { |
no outgoing calls