Uses of Class
org.forester.io.writers.SequenceWriter.SEQ_FORMAT
-
Packages that use SequenceWriter.SEQ_FORMAT Package Description org.forester.io.writers -
-
Uses of SequenceWriter.SEQ_FORMAT in org.forester.io.writers
Methods in org.forester.io.writers that return SequenceWriter.SEQ_FORMAT Modifier and Type Method Description static SequenceWriter.SEQ_FORMATSequenceWriter.SEQ_FORMAT. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SequenceWriter.SEQ_FORMAT[]SequenceWriter.SEQ_FORMAT. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forester.io.writers with parameters of type SequenceWriter.SEQ_FORMAT Modifier and Type Method Description static voidSequenceWriter. writeSeqs(java.util.List<MolecularSequence> seqs, java.io.File file, SequenceWriter.SEQ_FORMAT format, int width)static voidSequenceWriter. writeSeqs(java.util.List<MolecularSequence> seqs, java.io.Writer writer, SequenceWriter.SEQ_FORMAT format, int width)
-