Uses of Class
edu.ucla.stat.SOCR.analyses.util.utils.SmartAxis.NiceType

Packages that use SmartAxis.NiceType
edu.ucla.stat.SOCR.analyses.util.utils MultiDendrograms 
 

Uses of SmartAxis.NiceType in edu.ucla.stat.SOCR.analyses.util.utils
 

Methods in edu.ucla.stat.SOCR.analyses.util.utils that return SmartAxis.NiceType
static SmartAxis.NiceType SmartAxis.NiceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SmartAxis.NiceType[] SmartAxis.NiceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.ucla.stat.SOCR.analyses.util.utils with parameters of type SmartAxis.NiceType
 double SmartAxis.niceNum(double x, int nrange, SmartAxis.NiceType round)