Class GraphicURI

java.lang.Object
com.biglybt.pif.ui.GraphicURI
All Implemented Interfaces:
Graphic

public class GraphicURI extends Object implements Graphic
  • Field Details

    • uri

      private URI uri
  • Constructor Details

    • GraphicURI

      public GraphicURI(URI uri)
  • Method Details

    • getURI

      public URI getURI()
    • dispose

      public void dispose()
      Description copied from interface: Graphic
      Disposes the image.

      For SWT, this will switch to SWT Thread to do it, if needed

      Specified by:
      dispose in interface Graphic