edu.ohiou.cs456_badabing.sceneapi.exec
Class PNGFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by edu.ohiou.cs456_badabing.sceneapi.exec.MyFileFilter
          extended by edu.ohiou.cs456_badabing.sceneapi.exec.PNGFileFilter

public class PNGFileFilter
extends MyFileFilter

FileFilter for PNG extension.

Description: Experimentation with JOGL

Copyright: Copyright (c) 2008, Lev A Neiman

Company: Ohio University EECS


Constructor Summary
PNGFileFilter()
           
 
Method Summary
 boolean accept(java.io.File f)
          Whether the given file is accepted by this filter.
 java.lang.String getDescription()
          The description of this filter.
 
Methods inherited from class edu.ohiou.cs456_badabing.sceneapi.exec.MyFileFilter
getExtension, stripExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PNGFileFilter

public PNGFileFilter()
Method Detail

accept

public boolean accept(java.io.File f)
Whether the given file is accepted by this filter.

Overrides:
accept in class MyFileFilter
Parameters:
f - File
Returns:
boolean

getDescription

public java.lang.String getDescription()
The description of this filter.

Overrides:
getDescription in class MyFileFilter
Returns:
String