Class ImageCache


  • public class ImageCache
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String IMAGE_URL  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageCache()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.awt.image.BufferedImage getImage​(java.lang.String urlString)  
      • Methods inherited from class java.lang.Object

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

      • IMAGE_URL

        public static java.lang.String IMAGE_URL
    • Constructor Detail

      • ImageCache

        public ImageCache()
    • Method Detail

      • getImage

        public static java.awt.image.BufferedImage getImage​(java.lang.String urlString)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException