|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Annote | |
---|---|
gov.noaa.pmel.sgt.dm | Classes and interfaces that define the sgt datamodel. |
Uses of Annote in gov.noaa.pmel.sgt.dm |
---|
Subclasses of Annote in gov.noaa.pmel.sgt.dm | |
---|---|
static class |
Annote.Line
Class for line annotations. |
static class |
Annote.Oval
Class for oval annotations. |
static class |
Annote.Point
Class for point annotations. |
static class |
Annote.Rect
Class for rectangle annotations. |
static class |
Annote.Text
Class for text annotations. |
Methods in gov.noaa.pmel.sgt.dm that return Annote | |
---|---|
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.addPoint(java.lang.String id,
SGTPoint point,
PointAttribute attr)
|
Annote |
Annotation.addRect(java.lang.String id,
SoTPoint pt1,
SoTPoint pt2,
LineAttribute attr,
java.awt.Color color)
Add an rectangle to the Annotation . |
Annote |
Annotation.addText(java.lang.String id,
SoTPoint loc,
SGLabel text)
|
Annote |
Annotation.findAnnote(java.lang.String id)
|
Methods in gov.noaa.pmel.sgt.dm with parameters of type Annote | |
---|---|
void |
Annotation.add(Annote ann)
|
boolean |
Annotation.remove(Annote ann)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |