Home / Development / Documentation / 2.0.44 / PNGFilter
TreeGraph 2
 


info.bioinfweb.treegraph.graphics.export.png
Class PNGFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by info.bioinfweb.treegraph.document.io.AbstractFilter
          extended by info.bioinfweb.treegraph.graphics.export.GraphicFilter
              extended by info.bioinfweb.treegraph.graphics.export.png.PNGFilter
All Implemented Interfaces:
DocumentFilter, FileFilter

public class PNGFilter
extends GraphicFilter


Field Summary
static String EXTENSION
           
 
Constructor Summary
PNGFilter()
           
 
Method Summary
 String getDefaultExtension()
           
 String getDescription()
           
 GraphicFormat getFormat()
           
 boolean validExtension(String name)
           
 
Methods inherited from class info.bioinfweb.treegraph.document.io.AbstractFilter
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION

public static final String EXTENSION
See Also:
Constant Field Values
Constructor Detail

PNGFilter

public PNGFilter()
Method Detail

validExtension

public boolean validExtension(String name)

getDescription

public String getDescription()
Specified by:
getDescription in interface DocumentFilter
Specified by:
getDescription in class FileFilter

getDefaultExtension

public String getDefaultExtension()

getFormat

public GraphicFormat getFormat()
Specified by:
getFormat in class GraphicFilter