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

Method createImage

ij/src/main/java/ij/astro/util/UIHelper.java:181–183  ·  view source on GitHub ↗

Returns an Image, or null if the path was invalid.

(String path)

Source from the content-addressed store, hash-verified

179
180 /** Returns an Image, or null if the path was invalid. */
181 public static Image createImage(String path) {
182 return createImage(IJ.getClassLoader(), path);
183 }
184
185 /** Returns an ImageIcon, or null if the path was invalid. */
186 public static Image createImage(Class<?> ref, String path) {

Callers 8

createImageIconMethod · 0.95
PlotCanvasClass · 0.95
MeasurementsWindowMethod · 0.95
dialogMethod · 0.95
FindHandlerMethod · 0.95
FilterHandlerMethod · 0.95
setIconMethod · 0.45

Calls 3

getClassLoaderMethod · 0.95
readMethod · 0.65
showMessageMethod · 0.45

Tested by

no test coverage detected