com.vinculumtech.carrierwave.source
Interface ImageSource
- All Known Implementing Classes:
- AbstractImageSource
- public interface ImageSource
The ImageSource interface is implemented by classes that provide transparent access to
Image instances as reference by a particular Icon. ImageSource instances work with
the ImageGraph class to provide a dynamic faulting of images from various sources.
For example, one type of source could retrieve instances from a remote server.
Another type could fault copies of an Image from another ImageGraph instance allowing
for a basline image graph to be maintained while the copies are modified.
- Version:
- $Id: //depot/carrierwave/src/shared/com/vinculumtech/carrierwave/source/ImageSource.java#4 $
- See Also:
ExceptionPolicy
getImage
public Image getImage(Icon icon)
getExceptionPolicy
public ExceptionPolicy getExceptionPolicy()
setExceptionPolicy
public void setExceptionPolicy(ExceptionPolicy exceptionPolicy)
Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.