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

Method getImagesURL

ij/src/main/java/ij/Prefs.java:413–415  ·  view source on GitHub ↗

Returns the URL of the directory that contains the ImageJ sample images.

()

Source from the content-addressed store, hash-verified

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

Callers 2

imageURLMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected