MCPcopy Create free account
hub / github.com/dorkbox/SystemTray / getImageResizeUtil

Method getImageResizeUtil

src/dorkbox/systemTray/Entry.java:78–81  ·  view source on GitHub ↗

@return the Image Resize Utility (with Tray specific cache) that this menu uses

()

Source from the content-addressed store, hash-verified

76 * @return the Image Resize Utility (with Tray specific cache) that this menu uses
77 */
78 public final
79 ImageResizeUtil getImageResizeUtil() {
80 return this.imageResizeUtil;
81 }
82 /**
83 * Removes this menu entry from the menu and releases all system resources associated with this menu entry.
84 */

Callers 4

addMethod · 0.80
addMethod · 0.80
addMethod · 0.80
addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected