Class TableArtworkCache

    • Constructor Detail

      • TableArtworkCache

        public TableArtworkCache()
    • Method Detail

      • getHeight

        public int getHeight()
      • setHeight

        public void setHeight​(int height)
      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth​(int width)
      • remove

        public void remove​(AudioSong song)
        Remove artwork for a single song from this cache.
        Parameters:
        song - song
      • clear

        public void clear()
        Remove all images from this cache.
      • load

        public void load​(AudioSong song,
                         int rows)