MCPcopy Create free account
hub / github.com/PCGen/pcgen / getImageIcon

Method getImageIcon

code/src/java/pcgen/gui2/tools/Icons.java:90–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 public ImageIcon getImageIcon()
91 {
92 ImageIcon image = ICON_MAP.get(this);
93 if (image == null)
94 {
95 image = createImageIcon(name() + extension);
96 ICON_MAP.put(this, image);
97 }
98 return image;
99 }
100
101 public Image asJavaFX()
102 {

Callers 15

initComponentsMethod · 0.80
initComponentsMethod · 0.80
initComponentsMethod · 0.80
PCGenActionMethod · 0.80
AddActionMethod · 0.80
RemoveActionMethod · 0.80
AddActionMethod · 0.80
initComponentsMethod · 0.80
SearchFilterPanelClass · 0.80
SelectRaceActionMethod · 0.80
RemoveRaceActionMethod · 0.80
AddActionMethod · 0.80

Calls 4

createImageIconMethod · 0.95
nameMethod · 0.80
getMethod · 0.65
putMethod · 0.65

Tested by

no test coverage detected