Uses of Class
jigcell.compare.views.ObjectiveSeriesView.Comparison

Packages that use ObjectiveSeriesView.Comparison
jigcell.compare.compare2   
jigcell.compare.views   
 

Uses of ObjectiveSeriesView.Comparison in jigcell.compare.compare2
 

Methods in jigcell.compare.compare2 that return ObjectiveSeriesView.Comparison
 ObjectiveSeriesView.Comparison Compare2Model.getComparisonType(int row)
          Comparison type for a particular row.
 

Methods in jigcell.compare.compare2 with parameters of type ObjectiveSeriesView.Comparison
protected  java.awt.Color TriColorViewColorer.getColorForHistoryComparison(ObjectiveSeriesView.Comparison comparison, double previous, double current)
          The base color to use for a tricolor display.
protected  java.awt.Color TriColorViewColorer.getColorForThresholdComparison(ObjectiveSeriesView.Comparison comparison, double threshold, double result)
          The base color to use for a tricolor display.
 

Uses of ObjectiveSeriesView.Comparison in jigcell.compare.views
 

Fields in jigcell.compare.views declared as ObjectiveSeriesView.Comparison
static ObjectiveSeriesView.Comparison ObjectiveSeriesView.Comparison.EQUIVALENT
          Accept equivalent values only
static ObjectiveSeriesView.Comparison ObjectiveSeriesView.Comparison.GREATERTHAN
          Accept values greater than the threshold
static ObjectiveSeriesView.Comparison ObjectiveSeriesView.Comparison.GREATERTHANEQUAL
          Accept values greater than or equal to the threshold
static ObjectiveSeriesView.Comparison ObjectiveSeriesView.Comparison.IGNORE
          Ignore the value of this comparison
static ObjectiveSeriesView.Comparison ObjectiveSeriesView.Comparison.LESSTHAN
          Accept values less than the threshold
static ObjectiveSeriesView.Comparison ObjectiveSeriesView.Comparison.LESSTHANEQUAL
          Accept values less than or equal to the threshold
 

Methods in jigcell.compare.views that return ObjectiveSeriesView.Comparison
static ObjectiveSeriesView.Comparison ObjectiveSeriesView.Comparison.findInstance(java.lang.String name)
          Finds an instance of this class based on a given name.