org.gudy.azureus2.ui.swt.pluginsimpl
Class UISWTGraphicImpl
java.lang.Object
  
org.gudy.azureus2.ui.swt.pluginsimpl.UISWTGraphicImpl
- All Implemented Interfaces: 
 - Graphic, UISWTGraphic
 
public class UISWTGraphicImpl
- extends Object
- implements UISWTGraphic
  
An SWT image to be used in Azureus
- See Also:
 SWTManager.createGraphic
 
| 
Method Summary | 
 boolean | 
equals(Object obj)
 
            | 
 org.eclipse.swt.graphics.Image | 
getImage()
 
          Retrieve the Image object | 
 boolean | 
setImage(org.eclipse.swt.graphics.Image newImage)
 
          Sets the image stored in this object to the supplied parameter. | 
 
 
UISWTGraphicImpl
public UISWTGraphicImpl(org.eclipse.swt.graphics.Image newImage)
getImage
public org.eclipse.swt.graphics.Image getImage()
- Description copied from interface: 
UISWTGraphic 
- Retrieve the Image object
- Specified by:
 getImage in interface UISWTGraphic
 
- 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 interface UISWTGraphic
 
- 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(Object obj)
- Overrides:
 equals in class Object