Package org.omegahat.Graphics.Plots.Examples.Events

Class Summary
PointerWatch Simple example of a low-level listener to a plot used to display the location of the mouse in native coordinates of the data region of the plot as the mouse moves around the device.
SelectionTracker Example of how we listen to graphics device events and identify the graphical components identified by those events, supporting either clicking on a point or brushing a region.
TableSelectionHandler Example for events using plots, highlighting graphical components in a scatter plot as one selects rows in an associated DataViewer (or generally, a JTable).