|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.omGraphics.grid.ColoredShadingColors.ColorHelper
A helper class that associates an int color value with an elevation. Elevation has to be in radians.
Field Summary | |
double |
height
height value in radians. |
int |
value
Integer ARGB color value. |
Constructor Summary | |
ColoredShadingColors.ColorHelper(double radianHeight,
int val)
Create a ColorHelper. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double height
public int value
Constructor Detail |
public ColoredShadingColors.ColorHelper(double radianHeight, int val)
radianHeight
- minimum elevation for color use, in radians.val
- integer ARGB color value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |