Package com.biglybt.ui.swt.pif
Interface UISWTGraphic
-
- All Superinterfaces:
Graphic
- All Known Implementing Classes:
UISWTGraphicImpl
public interface UISWTGraphic extends Graphic
An SWT image to be used in Azureus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.swt.graphics.Image
getImage()
Retrieve the Image objectboolean
setImage(org.eclipse.swt.graphics.Image img)
Sets the image stored in this object to the supplied parameter.
-
-
-
Method Detail
-
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
-
-