net.sourceforge.jsh3modtool.gui.imagetable.cache
Class ThumbnailLoader.ThumbnailQueueItem

java.lang.Object
  extended by net.sourceforge.jsh3modtool.gui.imagetable.cache.ThumbnailLoader.ThumbnailQueueItem
All Implemented Interfaces:
QueueItem
Enclosing class:
ThumbnailLoader

protected class ThumbnailLoader.ThumbnailQueueItem
extends java.lang.Object
implements QueueItem

A queue item that contains a viewer and a image properties object.

Author:
erma

Constructor Summary
ThumbnailLoader.ThumbnailQueueItem(ImageModel imageProps, ThumbnailViewer viewer)
          Creates a queue item.
 
Method Summary
 ImageModel getImageModel()
          Returns the image properties for this queueitem.
 ThumbnailViewer getViewer()
          Returns the viewer for this queueitem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThumbnailLoader.ThumbnailQueueItem

public ThumbnailLoader.ThumbnailQueueItem(ImageModel imageProps,
                                          ThumbnailViewer viewer)
Creates a queue item.

Parameters:
imageProps - the image properties.
viewer - the viewer.
Method Detail

getImageModel

public ImageModel getImageModel()
Returns the image properties for this queueitem.

Returns:
the image properties for this queueitem.

getViewer

public ThumbnailViewer getViewer()
Returns the viewer for this queueitem.

Returns:
the viewer for this queueitem.


Copyright © 2005 sourceforge.net. All Rights Reserved.