Class XYPlottingDialog

All Implemented Interfaces:
VisibleTableColumnsDialogParent, ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class XYPlottingDialog
extends JDialog
implements VisibleTableColumnsDialogParent
A dialog that makes it straightforward to inspect compare the values of two columns in a table in a XY plot. Currently supported data types for the plots are Integer, Double, XYDataPoint, StartIndexes and ArrrayListDataPoints. For XYDataPoint the x value is used, while for StartIndexes the first index is used. For the ArrrayListDataPoints the ValueDisplayType is used.
Author:
Harald Barsnes
See Also:
Serialized Form