ewe.fx
Interface ImageRefresher

All Known Implementing Classes:
Control, IconAndText, Mosaic

public interface ImageRefresher

An ImageRefresher is used by an animated image (AniImage) to display it on the screen. The refresh() method is called by the AniImage if it determines that it has been changed somehow.

How that refreshing is actually done is up to the refresher.


Field Summary
static int KEEP_VISIBLE
          An option that tells the ImageRefresher to keep the image on screen.
 
Method Summary
 void refresh(IImage image, int options)
           
 

Field Detail

KEEP_VISIBLE

public static final int KEEP_VISIBLE
An option that tells the ImageRefresher to keep the image on screen.

See Also:
Constant Field Values
Method Detail

refresh

public void refresh(IImage image,
                    int options)