Package com.solibri.smc.api.ui
Interface UIImage
- All Superinterfaces:
- UIComponent
Class for defining an image in a UI.
- Since:
- 9.10.2
- 
Method SummaryModifier 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.UIComponentgetEnabler, setEnabler
- 
Method Details- 
createReturns a UI Image from the image URL.- Parameters:
- imageURL- the image URL
- Returns:
- a UI Image from the image URL
- Since:
- 9.10.2
 
- 
getImageUrlURL 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
 
 
-