Interface UISWTGraphic

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.swt.graphics.Image getImage()
      Retrieve the Image object
      boolean 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