|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPamView.PamDetectionOverlayGraphics
clickDetector.TrackedClickGraphics
public class TrackedClickGraphics
| Field Summary |
|---|
| Fields inherited from class PamView.PamDetectionOverlayGraphics |
|---|
lineColour |
| Constructor Summary | |
|---|---|
TrackedClickGraphics(PamDataBlock parentDataBlock)
|
|
| Method Summary | |
|---|---|
java.awt.Rectangle |
drawDataUnit(java.awt.Graphics g,
PamDataUnit pamDataUnit,
GeneralProjector generalProjector)
Draw a PamDataUnit on a display. |
java.lang.String |
getHoverText(GeneralProjector generalProjector,
PamDataUnit dataUnit,
int iSide)
Provides text for popup hover windows on displays. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrackedClickGraphics(PamDataBlock parentDataBlock)
| Method Detail |
|---|
public java.awt.Rectangle drawDataUnit(java.awt.Graphics g,
PamDataUnit pamDataUnit,
GeneralProjector generalProjector)
PamDetectionOverlayGraphicsThis is split into separate routines for the three main display types for simplicity both of reading this code and for overriding the various functions.
If display types are added to PAMGUARD, these functions will need to be added to.
drawDataUnit in interface PanelOverlayDrawdrawDataUnit in class PamDetectionOverlayGraphicsg - Graphics handle to draw onpamDataUnit - PamDataUnit to drawgeneralProjector - Projector to use when drawing.
public java.lang.String getHoverText(GeneralProjector generalProjector,
PamDataUnit dataUnit,
int iSide)
PanelOverlayDraw
getHoverText in interface PanelOverlayDrawgetHoverText in class PamDetectionOverlayGraphicsgeneralProjector - Projector associated with the display requiring the textdataUnit - Data unit the mouse hovered over
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||