Package fable.imageviewer.model

Interface Summary
IFableImage  
IFableLoader  
 

Class Summary
ImageModel This class implements a simple image model that stores the the width, height, and the pixel data.
ImageModelEvent ImageModelEvent is currently the same as a propertyChange Event.
ImageModelFactory This class either uses a loader read from an extension point, or it returns an ImageModel backed by a fabio file.
ImageModelListener ImageModelListener is currently the same as a PropertyChangeListener.