MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / createImage

Method createImage

src/main/java/javax/microedition/lcdui/Image.java:37–40  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

35{
36
37 public static Image createImage(String name) throws IOException
38 {
39 return DeviceFactory.getDevice().getDeviceDisplay().createImage(name);
40 }
41
42 public static Image createImage(byte[] imageData, int imageOffset, int imageLength)
43 {

Callers 8

fetchMediaElementsMethod · 0.95
viewMethod · 0.95
ImageListMethod · 0.95
SplashScreenMethod · 0.95
AniIconMethod · 0.95
setPhotoMethod · 0.95
setPhotoMethod · 0.95
startAppMethod · 0.95

Calls 3

getDeviceMethod · 0.95
createImageMethod · 0.65
getDeviceDisplayMethod · 0.65

Tested by

no test coverage detected