Class GraphicURI

  • All Implemented Interfaces:
    Graphic

    public class GraphicURI
    extends java.lang.Object
    implements Graphic
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.net.URI uri  
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphicURI​(java.net.URI uri)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()
      Disposes the image.
      java.net.URI getURI()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • uri

        private java.net.URI uri
    • Constructor Detail

      • GraphicURI

        public GraphicURI​(java.net.URI uri)
    • Method Detail

      • getURI

        public java.net.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