Package infovis.table.visualization

Examples of infovis.table.visualization.ScatterPlotVisualPanel


        // Create a Dynamic Query Panel to interactively filter on the attribute values
        DynamicQueryPanel dq = new DynamicQueryPanel(plot, filteredTable);
       
        // Create a control panel for changing the visual settings of the plot
        ScatterPlotVisualPanel panel = new ScatterPlotVisualPanel(plot, filter, dq);
       
        // Create a pane showing the detailed values of the selected items
        JComponent details = DetailTable.createDetailJTable(
                filteredTable,
                plot.getSelection());
View Full Code Here

TOP

Related Classes of infovis.table.visualization.ScatterPlotVisualPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.