Uses of Class
PamView.HoverData
Packages that use HoverData
- 
Uses of HoverData in dataPlotsFX.projector
Methods in dataPlotsFX.projector that return types with arguments of type HoverData - 
Uses of HoverData in PamView
Modifier and TypeMethodDescriptionGeneralProjector.getHoverDataList()This should effectively be a list of everything that just got displayed on whatever was using this projector.Modifier and TypeMethodDescriptionvoidGeneralProjector.addHoverData(HoverData hoverData) Add hover data to the projector. - 
Uses of HoverData in PamView.paneloverlay.overlaymark
Methods in PamView.paneloverlay.overlaymark with parameters of type HoverDataModifier and TypeMethodDescriptionbooleanMarkDataMatcher.bearingOverlap(HoverData hoverData) Does a bearing line to the point from the detection origin overlap the mark.booleanMarkDataMatcher.isContained(HoverData hoverData) The point is contained within the mark.booleanMarkDataMatcher.matchDataUnit(HoverData hoverData)