net.lucidviews.util.image
Interface DimensionImageObserver.Listener

All Known Implementing Classes:
JImage
Enclosing class:
DimensionImageObserver

public static interface DimensionImageObserver.Listener

This interface should be implemented by classes that want to be told the image's width and height when that information has become available.


Method Summary
 void setImageDimension(int width, int height)
          This method will be called by a DimensionImageObserver when the dimension information has loaded.
 

Method Detail

setImageDimension

void setImageDimension(int width,
                       int height)
This method will be called by a DimensionImageObserver when the dimension information has loaded.

Parameters:
width - the width of the image in pixels
height - the height of the image in pixels