|
SGT Home | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LineAttribute | |
| gov.noaa.pmel.sgt | Core classes for the Scientific Graphics Toolkit. |
| gov.noaa.pmel.sgt.swing.prop | Property dialogs for sgt components using
javax.swing. |
| gov.noaa.pmel.sgt.util | Utilities for the display of sgt properties using java.awt (deprecated). |
| Uses of LineAttribute in gov.noaa.pmel.sgt |
| Subclasses of LineAttribute in gov.noaa.pmel.sgt | |
class |
ContourLineAttribute
Sets the rendering style for a contour line. |
class |
DefaultContourLineAttribute
Sets the default rendering style for contour line data. |
| Methods in gov.noaa.pmel.sgt that return LineAttribute | |
LineAttribute |
LineCartesianRenderer.getLineAttribute()
Get the LineAttribute. |
| Methods in gov.noaa.pmel.sgt with parameters of type LineAttribute | |
void |
LineCartesianRenderer.setLineAttribute(LineAttribute l)
Set the LineAttribute. |
void |
StrokeDrawer.drawHeavy(java.awt.Graphics g,
int[] xout,
int[] yout,
int size,
LineAttribute attr)
|
void |
StrokeDrawer.drawDashed(java.awt.Graphics g,
int[] xout,
int[] yout,
int size,
LineAttribute attr)
|
void |
StrokeDrawer.drawStroke(java.awt.Graphics g,
int[] xout,
int[] yout,
int size,
LineAttribute attr)
|
void |
StrokeDrawer.drawHighlight(java.awt.Graphics g,
int[] xout,
int[] yout,
int size,
LineAttribute attr)
|
void |
PlotMark.setLineAttribute(LineAttribute attr)
Set the mark and height from the LineAttribute. |
| Constructors in gov.noaa.pmel.sgt with parameters of type LineAttribute | |
LineCartesianRenderer(CartesianGraph cg,
SGTLine line,
LineAttribute attr)
Construct a LineCartesianRenderer. |
|
LineCartesianRenderer(CartesianGraph cg,
Collection col,
LineAttribute attr)
Construct a LineCartesianRenderer. |
|
PlotMark(LineAttribute attr)
Construct a PlotMark using the code and height from the
LineAttribute. |
|
| Uses of LineAttribute in gov.noaa.pmel.sgt.swing.prop |
| Methods in gov.noaa.pmel.sgt.swing.prop with parameters of type LineAttribute | |
void |
LineAttributeDialog.setLineAttribute(LineAttribute attr)
Set the LineAttribute for the dialog. |
| Uses of LineAttribute in gov.noaa.pmel.sgt.util |
| Methods in gov.noaa.pmel.sgt.util with parameters of type LineAttribute | |
void |
LineAttrProperties.setLineAttribute(LineAttribute line,
AbstractPane pane)
Deprecated. |
|
SGT Home | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||