Uses of Class
org.biojava3.core.sequence.template.LightweightProfile.StringFormat

Packages that use LightweightProfile.StringFormat
org.biojava3.core.sequence   
org.biojava3.core.sequence.template   
 

Uses of LightweightProfile.StringFormat in org.biojava3.core.sequence
 

Methods in org.biojava3.core.sequence with parameters of type LightweightProfile.StringFormat
 String MultipleSequenceAlignment.toString(LightweightProfile.StringFormat format)
          Support for different MSA formats
 

Uses of LightweightProfile.StringFormat in org.biojava3.core.sequence.template
 

Methods in org.biojava3.core.sequence.template that return LightweightProfile.StringFormat
static LightweightProfile.StringFormat LightweightProfile.StringFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LightweightProfile.StringFormat[] LightweightProfile.StringFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.biojava3.core.sequence.template with parameters of type LightweightProfile.StringFormat
 String LightweightProfile.toString(LightweightProfile.StringFormat format)
          Returns a formatted view of the alignment profile.
 



Copyright © 2010 BioJava. All Rights Reserved.