public class Base extends Object
| Modifier and Type | Field and Description |
|---|---|
String[] |
axesScales |
double[][] |
baseCoords |
int |
dimension |
static String |
LINEAR |
static String |
LOGARITHM |
protected double[] |
precisionUnit |
double[] |
roundXmax |
double[] |
roundXmin |
static String |
STRINGS |
protected double[] |
trueXmax |
protected double[] |
trueXmin |
| Constructor and Description |
|---|
Base(double[] Xmi,
double[] Xma,
String[] scales) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authorizedLogScale(int i) |
String |
getAxeScale(int i) |
String[] |
getAxesScales() |
double[][] |
getCoords() |
double[] |
getMaxBounds() |
double[] |
getMinBounds() |
double[] |
getPrecisionUnit() |
boolean |
includeInBounds(double[] XY) |
boolean |
includeInBounds(int dim,
double XY) |
void |
roundBounds(int i) |
void |
setAxesScales(int i,
String scale) |
void |
setAxesScales(String[] scales) |
void |
setFixedBounds(double[] Xmi,
double[] Xma) |
void |
setFixedBounds(int i,
double Xmi,
double Xma) |
void |
setRoundBounds(double[] Xmi,
double[] Xma) |
void |
setRoundBounds(int i,
double Xmi,
double Xma) |
String |
toString() |
public static final String STRINGS
public static final String LINEAR
public static final String LOGARITHM
public double[][] baseCoords
protected double[] precisionUnit
public double[] roundXmin
public double[] roundXmax
protected double[] trueXmin
protected double[] trueXmax
public int dimension
public String[] axesScales
public Base(double[] Xmi,
double[] Xma,
String[] scales)
public void setAxesScales(String[] scales)
public void setAxesScales(int i,
String scale)
public double[][] getCoords()
public String[] getAxesScales()
public String getAxeScale(int i)
public double[] getMinBounds()
public double[] getMaxBounds()
public double[] getPrecisionUnit()
public void setFixedBounds(int i,
double Xmi,
double Xma)
public void setFixedBounds(double[] Xmi,
double[] Xma)
public void roundBounds(int i)
public void setRoundBounds(int i,
double Xmi,
double Xma)
public void setRoundBounds(double[] Xmi,
double[] Xma)
public boolean includeInBounds(int dim,
double XY)
public boolean includeInBounds(double[] XY)
public boolean authorizedLogScale(int i)
Copyright © 2015. All rights reserved.