Package com.biglybt.ui.swt.pif
Interface UISWTGraphic
- All Superinterfaces:
Graphic
- All Known Implementing Classes:
UISWTGraphicImpl
An SWT image to be used in Azureus
- See Also:
-
Method Summary
-
Method Details
-
getImage
org.eclipse.swt.graphics.Image getImage()Retrieve the Image object- Returns:
- image that is stored in this object
-
setImage
boolean setImage(org.eclipse.swt.graphics.Image img) Sets the image stored in this object to the supplied parameter.- Parameters:
img
- new image to be stored in this object- Returns:
- true - Image Set
false - Image already set to supplied parameter
-