Package com.biglybt.ui.swt.pifimpl
Class UISWTGraphicImpl
- java.lang.Object
-
- com.biglybt.ui.swt.pifimpl.UISWTGraphicImpl
-
- All Implemented Interfaces:
Graphic
,UISWTGraphic
public class UISWTGraphicImpl extends java.lang.Object implements UISWTGraphic
An SWT image to be used in Azureus
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.eclipse.swt.graphics.Image
img
-
Constructor Summary
Constructors Constructor Description UISWTGraphicImpl(org.eclipse.swt.graphics.Image newImage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
Disposes the image.boolean
equals(java.lang.Object obj)
org.eclipse.swt.graphics.Image
getImage()
Retrieve the Image objectboolean
setImage(org.eclipse.swt.graphics.Image newImage)
Sets the image stored in this object to the supplied parameter.
-
-
-
Method Detail
-
getImage
public org.eclipse.swt.graphics.Image getImage()
Description copied from interface:UISWTGraphic
Retrieve the Image object- Specified by:
getImage
in interfaceUISWTGraphic
- Returns:
- image that is stored in this object
-
setImage
public boolean setImage(org.eclipse.swt.graphics.Image newImage)
Description copied from interface:UISWTGraphic
Sets the image stored in this object to the supplied parameter.- Specified by:
setImage
in interfaceUISWTGraphic
- Parameters:
newImage
- new image to be stored in this object- Returns:
- true - Image Set
false - Image already set to supplied parameter
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-