Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.imageio
Class ImageIO.ReaderFormatFilter  view ImageIO.ReaderFormatFilter download ImageIO.ReaderFormatFilter.java

java.lang.Object
  extended byjavax.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


Field Summary
private  java.lang.String formatName
           
 
Constructor Summary
ImageIO.ReaderFormatFilter(java.lang.String formatName)
           
 
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
 

Field Detail

formatName

private java.lang.String formatName
Constructor Detail

ImageIO.ReaderFormatFilter

public ImageIO.ReaderFormatFilter(java.lang.String formatName)
Method Detail

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