Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.document.io.ReadWriteFormat
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.document.io.ReadWriteFormat

Packages that use ReadWriteFormat
info.bioinfweb.treegraph.document.io Contains classes necessary to read and write the data structure of a TreeGraph 2 document from and to different formats. 
 

Uses of ReadWriteFormat in info.bioinfweb.treegraph.document.io
 

Fields in info.bioinfweb.treegraph.document.io with type parameters of type ReadWriteFormat
private  EnumMap<ReadWriteFormat,SingleReadWriteFactory> ReadWriteFactory.factories
           
 

Methods in info.bioinfweb.treegraph.document.io that return ReadWriteFormat
 ReadWriteFormat ReadWriteFactory.formatByFile(File file)
           
 ReadWriteFormat ReadWriteFactory.formatByFileName(String name)
          Returns the file format guessed from the file extension.
static ReadWriteFormat ReadWriteFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReadWriteFormat[] ReadWriteFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in info.bioinfweb.treegraph.document.io with parameters of type ReadWriteFormat
 AbstractFilter ReadWriteFactory.getFilter(ReadWriteFormat f)
           
 DocumentReader ReadWriteFactory.getReader(ReadWriteFormat f)
           
 DocumentWriter ReadWriteFactory.getWriter(ReadWriteFormat f)
           
 boolean ReadWriteFactory.hasReader(ReadWriteFormat f)
           
 boolean ReadWriteFactory.hasWriter(ReadWriteFormat f)