| Modifier and Type | Method | Description |
|---|
double | getCompleteValue(double x,
double y,
DensityMapDisplayedValue val) | |
double | getCurrentDensity(double x,
double y) | |
double | getValue(int xIndex,
int yIndex) | |
double | getWindowValue(double x,
double y,
DensityMapDisplayedValue val) | |
void | initializeDensity(int xIndex,
int yIndex,
double initialDensity) | |
boolean | isOutside(double x,
double y) | |
void | setDensity(int xIndex,
int yIndex,
double newValue) | |
public double getValue(int xIndex,
int yIndex)
public double getCurrentDensity(double x,
double y)
public void initializeDensity(int xIndex,
int yIndex,
double initialDensity)
public boolean isOutside(double x,
double y)
public void setDensity(int xIndex,
int yIndex,
double newValue)