|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.ucla.stat.SOCR.analyses.util.utils.SmartAxis
public class SmartAxis
MultiDendrograms
Calculate smart axis bounds and ticks
Nested Class Summary | |
---|---|
static class |
SmartAxis.NiceType
|
Constructor Summary | |
---|---|
SmartAxis(double min,
double max)
|
Method Summary | |
---|---|
void |
calculateSmartAxis()
|
double |
niceNum(double x,
int nrange,
SmartAxis.NiceType round)
|
double |
smartMax()
|
double |
smartMin()
|
double |
smartTicksSize()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SmartAxis(double min, double max)
Method Detail |
---|
public double smartMin()
public double smartMax()
public double smartTicksSize()
public void calculateSmartAxis()
public double niceNum(double x, int nrange, SmartAxis.NiceType round)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |