Package com.solibri.smc.api.ui
Interface UIImage
- All Superinterfaces:
UIComponent
public interface UIImage extends UIComponent
Class for defining an image in a UI.
- Since:
- 9.10.2
-
Method Summary
Modifier and Type Method Description static UIImage
create(URL imageURL)
Returns a UI Image from the image URL.URL
getImageUrl()
Returns the URL for the image file that this UIImage uses.Methods inherited from interface com.solibri.smc.api.ui.UIComponent
getEnabler, setEnabler
-
Method Details
-
create
Returns a UI Image from the image URL.- Parameters:
imageURL
- the image URL- Returns:
- a UI Image from the image URL
- Since:
- 9.10.2
-
getImageUrl
URL getImageUrl()Returns the URL for the image file that this UIImage uses.- Returns:
- the URL for the image file that this UIImage uses
- Since:
- 9.10.2
-