org.geotools.gui.swing.sldeditor.util
Class ImageFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended byorg.geotools.gui.swing.sldeditor.util.ImageFilter

public class ImageFilter
extends javax.swing.filechooser.FileFilter

DOCUMENT ME!

Author:
wolf

Constructor Summary
ImageFilter()
          Creates a new instance of ImageFilter
 
Method Summary
 boolean accept(java.io.File pathname)
           
 java.lang.String getDescription()
           
static java.lang.String getExtension(java.io.File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFilter

public ImageFilter()
Creates a new instance of ImageFilter

Method Detail

accept

public boolean accept(java.io.File pathname)

getDescription

public java.lang.String getDescription()

getExtension

public static java.lang.String getExtension(java.io.File f)


Copyright © GeoTools. All Rights Reserved.