Class MarkExtraInfo

java.lang.Object
PamView.paneloverlay.overlaymark.MarkExtraInfo

public class MarkExtraInfo extends Object
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 Details

    • MarkExtraInfo

      public MarkExtraInfo()
  • Method Details

    • getChannelMap

      public Integer getChannelMap()
      Returns:
      the channelMap
    • setChannelMap

      public void setChannelMap(Integer channelMap)
      Parameters:
      channelMap - the channelMap to set