javax.imageio
Class ImageIO.ReaderFormatFilter

java.lang.Object
javax.imageio.ImageIO.ReaderFormatFilter
- All Implemented Interfaces:
- javax.imageio.spi.ServiceRegistry.Filter
- Enclosing class:
- ImageIO
- private static final class ImageIO.ReaderFormatFilter
- extends java.lang.Object
- implements javax.imageio.spi.ServiceRegistry.Filter
|
Method Summary |
boolean |
filter(java.lang.Object provider)
Checks whether the specified service provider matches the
constraints of this Filter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
formatName
private java.lang.String formatName
ImageIO.ReaderFormatFilter
public ImageIO.ReaderFormatFilter(java.lang.String formatName)
filter
public boolean filter(java.lang.Object provider)
- Description copied from interface:
javax.imageio.spi.ServiceRegistry.Filter
- Checks whether the specified service provider matches the
constraints of this Filter.
- Specified by:
filter in interface javax.imageio.spi.ServiceRegistry.Filter