Package com.solibri.smc.api.ui
Interface UIImage
- All Superinterfaces:
 UIComponent
Class for defining an image in a UI.
- Since:
 - 9.10.2
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic UIImageReturns a UI Image from the image URL.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
 
 
 -