Uses of Interface
com.solibri.smc.api.ui.UIImage
Package | Description |
---|---|
com.solibri.smc.api.ui |
-
Uses of UIImage in com.solibri.smc.api.ui
Methods in com.solibri.smc.api.ui that return UIImage Modifier and Type Method Description static UIImage
UIImage. create(URL imageURL)
Returns a UI Image from the image URL.Methods in com.solibri.smc.api.ui that return types with arguments of type UIImage Modifier and Type Method Description List<UIImage>
UIRadioButtonPanel. getOptionImages()
Returns the images attached to the options in this radio button panel.Method parameters in com.solibri.smc.api.ui with type arguments of type UIImage Modifier and Type Method Description void
UIRadioButtonPanel. addOptionImages(List<UIImage> images)
Add images that are added to the radio buttons.