javax.imageio.spi
public static interface ServiceRegistry.Filter
Method Summary | |
---|---|
boolean | filter(Object provider)
Checks whether the specified service provider matches the
constraints of this Filter.
|
Parameters: provider the service provider in question.
Returns: true
if provider
matches the
criteria; false
if it does not match.