|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElevationColors
An interface that the SlopeGenerator uses to get colors for different elevations and slopes.
| Method Summary | |
|---|---|
int |
getARGB(int elevation,
Length units,
double slope)
Get the int argb value for a given elevation, with the provided units. |
java.awt.Color |
getColor(int elevation,
Length units,
double slope)
Get the Color for the given elevation, with the provided units. |
int[] |
getColortable()
Get a colortable as an array of ints. |
| Method Detail |
|---|
java.awt.Color getColor(int elevation,
Length units,
double slope)
int getARGB(int elevation,
Length units,
double slope)
int[] getColortable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||