Package PamView.paneloverlay.overlaymark
Class MarkExtraInfo
java.lang.Object
PamView.paneloverlay.overlaymark.MarkExtraInfo
Extra information for OverlayMarks which can be provided from 
 the mark source. This can only be provided by the actual display
 component (Swing or FX) that get's clicked on to make the mark
 since it has to be pulled out of the source object in the mouse
 event.
- Author:
 - dg50
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
MarkExtraInfo
public MarkExtraInfo() 
 - 
 - 
Method Details
- 
getChannelMap
- Returns:
 - the channelMap
 
 - 
setChannelMap
- Parameters:
 channelMap- the channelMap to set
 
 -