Uses of Enum Class
org.forester.io.writers.SequenceWriter.SEQ_FORMAT
Packages that use SequenceWriter.SEQ_FORMAT
-
Uses of SequenceWriter.SEQ_FORMAT in org.forester.io.writers
Methods in org.forester.io.writers that return SequenceWriter.SEQ_FORMATModifier and TypeMethodDescriptionstatic SequenceWriter.SEQ_FORMAT
Returns the enum constant of this class with the specified name.static SequenceWriter.SEQ_FORMAT[]
SequenceWriter.SEQ_FORMAT.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forester.io.writers with parameters of type SequenceWriter.SEQ_FORMATModifier and TypeMethodDescriptionstatic void
SequenceWriter.writeSeqs
(List<MolecularSequence> seqs, File file, SequenceWriter.SEQ_FORMAT format, int width) static void
SequenceWriter.writeSeqs
(List<MolecularSequence> seqs, Writer writer, SequenceWriter.SEQ_FORMAT format, int width)