Uses of Class
insensa.inforeader.CCountValues

Packages that use CCountValues
insensa.infoconnections   
insensa.inforeader   
insensa.view.html   
insensa.view.image   
 

Uses of CCountValues in insensa.infoconnections
 

Methods in insensa.infoconnections with parameters of type CCountValues
private  java.util.Map<java.lang.Float,java.lang.Float> CSpearmanRankCorrelation.getRankMap(CCountValues countValues, int index, double[] stdDevValuesX, double[] meanValuesX)
           
 

Uses of CCountValues in insensa.inforeader
 

Methods in insensa.inforeader with parameters of type CCountValues
private  java.lang.Float[] CQuantileBreaksValues.getBreakValues(CCountValues countValues, int numOfClasses)
           
 

Uses of CCountValues in insensa.view.html
 

Fields in insensa.view.html with type parameters of type CCountValues
private  java.util.List<CCountValues> HtmlCountValuesTable.countValues
           
 

Methods in insensa.view.html with parameters of type CCountValues
private  void HtmlCountValuesTable.addTableContent(CCountValues countValues)
           
 

Uses of CCountValues in insensa.view.image
 

Fields in insensa.view.image declared as CCountValues
private  CCountValues ImageChartTestPlugin.counts
           
private  CCountValues ImageVariableBreaks.counts
           
 

Constructors in insensa.view.image with parameters of type CCountValues
ImageVariableBreaks(CCountValues lcounts, java.lang.String applicationTitle, java.lang.String chartTitle, CDialogSetVariableBreaksProperties dialog)