Home / Development / Documentation / 2.0.44 / GraphicFilter
TreeGraph 2
 


info.bioinfweb.treegraph.graphics.export
Class GraphicFilter

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
All Implemented Interfaces:
DocumentFilter, FileFilter
Direct Known Subclasses:
EMFFilter, JPEGFilter, PDFFilter, PNGFilter, SVGFilter, TIFFFilter

public abstract class GraphicFilter
extends AbstractFilter


Constructor Summary
GraphicFilter()
           
 
Method Summary
abstract  GraphicFormat getFormat()
           
 
Methods inherited from class info.bioinfweb.treegraph.document.io.AbstractFilter
accept
 
Methods inherited from class javax.swing.filechooser.FileFilter
getDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface info.bioinfweb.treegraph.document.io.DocumentFilter
getDefaultExtension, getDescription, validExtension
 

Constructor Detail

GraphicFilter

public GraphicFilter()
Method Detail

getFormat

public abstract GraphicFormat getFormat()