org.knime.base.node.viz.enrichment
Class EnrichmentPlotterSettings.Curve

java.lang.Object
  extended by org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
Enclosing class:
EnrichmentPlotterSettings

public static class EnrichmentPlotterSettings.Curve
extends Object

A simple container that holds the necessary information for specifying a curve that should be plotted.

Author:
Thorsten Meinl, University of Konstanz

Constructor Summary
EnrichmentPlotterSettings.Curve(String sortColumn, String hitColumn, boolean sortDescending)
          Creates a new Curve object.
 
Method Summary
 boolean equals(Object o)
          
 String getActivityColumn()
           
 String getSortColumn()
           
 int hashCode()
          
 boolean isSortDescending()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnrichmentPlotterSettings.Curve

public EnrichmentPlotterSettings.Curve(String sortColumn,
                                       String hitColumn,
                                       boolean sortDescending)
Creates a new Curve object.

Parameters:
sortColumn - the column by which the table should be sorted
hitColumn - the column with the hit values
sortDescending - true if the sortColumn should be sorted descending, false if it should be sorted ascending
Method Detail

equals

public boolean equals(Object o)

Overrides:
equals in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object

getSortColumn

public String getSortColumn()
Returns:
the sortColumn

getActivityColumn

public String getActivityColumn()
Returns:
the column containing the activity or cluster values

isSortDescending

public boolean isSortDescending()
Returns:
the sortDescending

toString

public String toString()

Overrides:
toString in class Object


Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.