|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultContourLineAttribute | |
---|---|
gov.noaa.pmel.sgt | Core classes for the Scientific Graphics Toolkit. |
gov.noaa.pmel.sgt.contour | Contour and polygon fill support. |
gov.noaa.pmel.sgt.swing.prop | Property dialogs for sgt components using
javax.swing . |
Uses of DefaultContourLineAttribute in gov.noaa.pmel.sgt |
---|
Methods in gov.noaa.pmel.sgt that return DefaultContourLineAttribute | |
---|---|
DefaultContourLineAttribute |
ContourLevels.getDefaultContourLineAttribute()
Get the DefaultContourLineAtrribute |
DefaultContourLineAttribute |
ContourLevels.getDefaultContourLineAttribute(double val)
Get the DefaultContourLineAttribute for value. |
DefaultContourLineAttribute |
ContourLevels.getDefaultContourLineAttribute(int indx)
Get the DefaultContourLineAttribute for index. |
DefaultContourLineAttribute |
DefaultContourLineAttribute.setContourLineAttribute(ContourLineAttribute attr)
Set the ContourLineAttribute that will potentially
override attributes. |
Methods in gov.noaa.pmel.sgt with parameters of type DefaultContourLineAttribute | |
---|---|
void |
ContourLevels.setDefaultContourLineAttribute(DefaultContourLineAttribute attr)
Set the DefaultContourLineAttribute |
Uses of DefaultContourLineAttribute in gov.noaa.pmel.sgt.contour |
---|
Methods in gov.noaa.pmel.sgt.contour that return DefaultContourLineAttribute | |
---|---|
DefaultContourLineAttribute |
ContourLine.getDefaultContourLineAttribute()
Get the DefaultContourLineAttribute |
Methods in gov.noaa.pmel.sgt.contour with parameters of type DefaultContourLineAttribute | |
---|---|
void |
ContourLine.setAttributes(DefaultContourLineAttribute def,
ContourLineAttribute attr)
Set the attributes for the contour line. |
void |
ContourLine.setDefaultContourLineAttribute(DefaultContourLineAttribute def)
Set the DefaultContourLineAttribute |
Uses of DefaultContourLineAttribute in gov.noaa.pmel.sgt.swing.prop |
---|
Methods in gov.noaa.pmel.sgt.swing.prop that return DefaultContourLineAttribute | |
---|---|
DefaultContourLineAttribute |
DefaultContourLineAttributeDialog.getDefaultContourLineAttribute()
Get the modified attribute. |
Methods in gov.noaa.pmel.sgt.swing.prop with parameters of type DefaultContourLineAttribute | |
---|---|
void |
DefaultContourLineAttributeDialog.setDefaultContourLineAttribute(DefaultContourLineAttribute attr)
Set the DefaultContourLineAttribute to be edited. |
int |
DefaultContourLineAttributeDialog.showDialog(DefaultContourLineAttribute attr)
Show the dialog and wait for a response |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |