Package base.statistics

Examples of base.statistics.Summarizable


        double clicked_time = coord_xform.convertPixelToTime( local_click.x );

        // Determine the timeframe of the current view by vport_timeframe
        // System.out.println( "CurrView's timeframe = " + vport_timeframe );

        Summarizable  clicked_summary;
        clicked_summary = buf4statboxes.getSummarizableAt( coord_xform,
                                                           local_click );
        if ( clicked_summary != null) {
            return new InfoDialogForSummary( root_dialog, clicked_time,
                                             tree_view, y_colnames,
View Full Code Here

TOP

Related Classes of base.statistics.Summarizable

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.