Definition at line 10 of file Base.java.
Public Member Functions | |
Base (double[] Xmi, double[] Xma, String[] scales) | |
void | setAxesScales (String[] scales) |
void | setAxesScales (int i, String scale) |
double[][] | getCoords () |
String[] | getAxesScales () |
String | getAxeScale (int i) |
double[] | getMinBounds () |
double[] | getMaxBounds () |
double[] | getPrecisionUnit () |
void | setFixedBounds (int i, double Xmi, double Xma) |
void | setFixedBounds (double[] Xmi, double[] Xma) |
void | roundBounds (int i) |
void | setRoundBounds (int i, double Xmi, double Xma) |
void | setRoundBounds (double[] Xmi, double[] Xma) |
void | includeInBounds (int dim, double XY) |
void | includeInBounds (double[] XY) |
boolean | authorizedLogScale (int i) |
String | toString () |
Public Attributes | |
double[][] | baseCoords |
double[] | roundXmin |
double[] | roundXmax |
int | dimension |
String[] | axesScales |
Static Public Attributes | |
static final String | STRINGS = "str" |
static final String | LINEAR = "lin" |
static final String | LOGARITHM = "log" |
Protected Attributes | |
double[] | precisionUnit |
double[] | trueXmin |
double[] | trueXmax |