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 Link icon

    • MarkExtraInfo Link icon

      public MarkExtraInfo()
  • Method Details Link icon

    • getChannelMap Link icon

      public Integer getChannelMap()
      Returns:
      the channelMap
    • setChannelMap Link icon

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