Class DisplayPreferences

java.lang.Object
eu.isas.reporter.preferences.DisplayPreferences
All Implemented Interfaces:
Serializable

public class DisplayPreferences extends Object implements Serializable
Reporter display preferences.
Author:
Marc Vaudel
See Also:
  • Field Details

    • LOADING_MESSAGE

      public static final String LOADING_MESSAGE
      The text displayed in the cell of a table in case the data is not loaded.
      See Also:
  • Constructor Details

    • DisplayPreferences

      public DisplayPreferences()
      Constructor.
  • Method Details

    • getClusteringSettings

      public ClusteringSettings getClusteringSettings()
      Returns the clustering settings.
      Returns:
      the clustering settings
    • setClusteringSettings

      public void setClusteringSettings(ClusteringSettings clusteringSettings)
      Sets the clustering settings.
      Parameters:
      clusteringSettings - the cluster settings
    • getProteinRatioType

      public int getProteinRatioType()
      Returns the index of the selected protein ratio type to display.
      Returns:
      the index of the selected protein ratio type to display
    • setProteinRatioType

      public void setProteinRatioType(int proteinRatioType)
      Sets the index of the selected protein ratio type to display.
      Parameters:
      proteinRatioType - the index of the selected protein ratio type to display
    • getReagents

      public ArrayList<String> getReagents()
      Returns the reagents in the user defined order.
      Returns:
      the reagents in the user defined order
    • setReagents

      public void setReagents(ArrayList<String> reagents)
      Set the regents.
      Parameters:
      reagents - the regents