Class ChatEmbed.RemoteImage

    • Constructor Summary

      Constructors 
      Constructor Description
      RemoteImage​(java.net.URL url)  
    • Method Summary

      Modifier and Type Method Description
      java.awt.image.BufferedImage getImage()  
      java.net.URL getUrl()  
      • Methods inherited from class java.lang.Object

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

      • RemoteImage

        public RemoteImage​(java.net.URL url)
    • Method Detail

      • getUrl

        public java.net.URL getUrl()
      • getImage

        public java.awt.image.BufferedImage getImage()
                                              throws java.io.IOException
        Specified by:
        getImage in class ChatEmbed.ImageElement
        Throws:
        java.io.IOException