Package org.eclnt.util.image
Class ExtImageFilterAllAllowed
java.lang.Object
org.eclnt.util.image.ExtImageFilterAllAllowed
- All Implemented Interfaces:
IExtImageFilter
Implementation of
IExtImageFilter
which allows any type
of loading external images. Only use this filter for temporary
scenarios - then use your own filter implementation!-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExtImageFilterAllAllowed
public ExtImageFilterAllAllowed()
-
-
Method Details
-
checkURL
- Specified by:
checkURL
in interfaceIExtImageFilter
- Parameters:
url
- - url of the image that is analyzed- Returns:
- - true: image is ok and can be loaded, false: image must not be loaded!
-