Uses of Class
adams.gui.visualization.sequence.metadatacolor.Density.Mode
-
Packages that use Density.Mode Package Description adams.gui.visualization.sequence.metadatacolor -
-
Uses of Density.Mode in adams.gui.visualization.sequence.metadatacolor
Fields in adams.gui.visualization.sequence.metadatacolor declared as Density.Mode Modifier and Type Field Description protected Density.Mode
Density. m_Mode
the mode to use.Methods in adams.gui.visualization.sequence.metadatacolor that return Density.Mode Modifier and Type Method Description Density.Mode
Density. getMode()
Returns the mode to use.static Density.Mode
Density.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Density.Mode[]
Density.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.visualization.sequence.metadatacolor with parameters of type Density.Mode Modifier and Type Method Description void
Density. setMode(Density.Mode value)
Sets the mode to use.
-