|
Cytoscape 2.8.0-alpha1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Scaler
Used to scale a list of values to [a,b]
| Method Summary | |
|---|---|
double[] |
scale(Collection<Double> values,
double a,
double b)
|
float[] |
scale(Collection<Float> values,
float a,
float b)
|
double[] |
scale(double[] values,
double a,
double b)
|
float[] |
scale(float[] values,
float a,
float b)
|
| Method Detail |
|---|
double[] scale(double[] values,
double a,
double b)
throws IllegalArgumentException
IllegalArgumentException
double[] scale(Collection<Double> values,
double a,
double b)
throws IllegalArgumentException
IllegalArgumentException
float[] scale(float[] values,
float a,
float b)
throws IllegalArgumentException
IllegalArgumentException
float[] scale(Collection<Float> values,
float a,
float b)
throws IllegalArgumentException
IllegalArgumentException
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||