|
SGT Home | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use ContourLevelNotFoundException | |
| gov.noaa.pmel.sgt | Core classes for the Scientific Graphics Toolkit. |
| Uses of ContourLevelNotFoundException in gov.noaa.pmel.sgt |
| Methods in gov.noaa.pmel.sgt that throw ContourLevelNotFoundException | |
void |
ContourLevels.setContourLineAttribute(double val,
ContourLineAttribute l)
Set a the ContourLineAttribute for a value. |
void |
ContourLevels.setContourLineAttribute(int indx,
ContourLineAttribute l)
Set a the ContourLineAttribute for an index. |
ContourLineAttribute |
ContourLevels.getContourLineAttribute(double val)
Get the ContourLineAttribute for a value. |
ContourLineAttribute |
ContourLevels.getContourLineAttribute(int indx)
Get the ContourLineAttribute for an index. |
DefaultContourLineAttribute |
ContourLevels.getDefaultContourLineAttribute(int indx)
Get the DefaultContourLineAttribute for index. |
DefaultContourLineAttribute |
ContourLevels.getDefaultContourLineAttribute(double val)
Get the DefaultContourLineAttribute for value. |
double |
ContourLevels.getLevel(int indx)
Get the value of level by index. |
void |
ContourLevels.removeLevel(double val)
Remove a level by value. |
void |
ContourLevels.removeLevel(int indx)
Remove a level by index. |
|
SGT Home | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||