|
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.dm | Classes and interfaces that define the sgt datamodel. |
| gov.noaa.pmel.sgt.swing.prop | Property dialogs for sgt components using
javax.swing. |
| 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 |
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. |
void |
LineCartesianRenderer.setLineAttribute(LineAttribute l)
Set the LineAttribute. |
| Constructors in gov.noaa.pmel.sgt with parameters of type LineAttribute | |
PlotMark(LineAttribute attr)
Construct a PlotMark using the code and height from the
LineAttribute. |
|
LineCartesianRenderer(CartesianGraph cg,
SGTLine line,
LineAttribute attr)
Construct a LineCartesianRenderer. |
|
LineCartesianRenderer(CartesianGraph cg,
Collection col,
LineAttribute attr)
Construct a LineCartesianRenderer. |
|
| Uses of LineAttribute in gov.noaa.pmel.sgt.dm |
| Methods in gov.noaa.pmel.sgt.dm that return LineAttribute | |
LineAttribute |
Annote.Line.getAttribute()
|
LineAttribute |
Annote.Oval.getLineAttribute()
|
LineAttribute |
Annote.Rect.getLineAttribute()
|
| Methods in gov.noaa.pmel.sgt.dm with parameters of type LineAttribute | |
Annote |
Annotation.addLine(java.lang.String id,
SGTLine line,
LineAttribute attr)
|
Annote |
Annotation.addOval(java.lang.String id,
SoTPoint pt1,
SoTPoint pt2,
LineAttribute attr,
java.awt.Color color)
Add an oval to the Annotation. |
Annote |
Annotation.addRect(java.lang.String id,
SoTPoint pt1,
SoTPoint pt2,
LineAttribute attr,
java.awt.Color color)
Add an rectangle to the Annotation. |
| Constructors in gov.noaa.pmel.sgt.dm with parameters of type LineAttribute | |
Annote.Line(java.lang.String id,
SGTLine line,
LineAttribute attr)
|
|
Annote.Oval(java.lang.String id,
SoTPoint upperLeft,
SoTPoint lowerRight,
LineAttribute attr,
java.awt.Color color)
|
|
Annote.Rect(java.lang.String id,
SoTPoint upperLeft,
SoTPoint lowerRight,
LineAttribute attr,
java.awt.Color color)
|
|
| 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. |
|
SGT Home | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||