public interface LegacyAppConfiguration extends SciJavaPlugin
Implementing a plugin of this type lets applications override the appearance of the ImageJ 1.x instance, e.g. the window icon.
Modifier and Type | Method and Description |
---|---|
String |
getAppName()
Returns the application name for use with ImageJ 1.x.
|
URL |
getIconURL()
Returns the icon for use with ImageJ 1.x.
|
Copyright © 2014–2022 ImageJ. All rights reserved.