Returns the URL of the directory that contains the ImageJ sample images.
()
| 411 | |
| 412 | /** Returns the URL of the directory that contains the ImageJ sample images. */ |
| 413 | public static String getImagesURL() { |
| 414 | return imagesURL; |
| 415 | } |
| 416 | |
| 417 | /** Sets the URL of the directory that contains the ImageJ sample images. */ |
| 418 | public static void setImagesURL(String url) { |