Uses of Enum Class
org.forester.msa.Msa.MSA_FORMAT
Packages that use Msa.MSA_FORMAT
-
Uses of Msa.MSA_FORMAT in org.forester.msa
Methods in org.forester.msa that return Msa.MSA_FORMATModifier and TypeMethodDescriptionstatic Msa.MSA_FORMAT
Returns the enum constant of this class with the specified name.static Msa.MSA_FORMAT[]
Msa.MSA_FORMAT.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forester.msa with parameters of type Msa.MSA_FORMATModifier and TypeMethodDescriptionvoid
BasicMsa.write
(Writer w, Msa.MSA_FORMAT format) void
Msa.write
(Writer w, Msa.MSA_FORMAT format) -
Uses of Msa.MSA_FORMAT in org.forester.msa_compactor
Methods in org.forester.msa_compactor with parameters of type Msa.MSA_FORMATModifier and TypeMethodDescriptionfinal void
MsaCompactor.setOutputFormat
(Msa.MSA_FORMAT output_format)