Package org.netfpga.router

Examples of org.netfpga.router.AreaGraphPanel


        totalNumReadsLabel = new javax.swing.JLabel();
        totalNumDropsLabel = new javax.swing.JLabel();
        totalNumWritesValueLabel = new javax.swing.JLabel();
        totalNumReadsValueLabel = new javax.swing.JLabel();
        totalNumDropsValueLabel = new javax.swing.JLabel();
        queueOccupancyPkts = new AreaGraphPanel("Queue Occupancy (pkts)", "Num Packets in Queue", "time (ms)", "Queue Occupancy", 5000);
        queueOccupancyBytes = new AreaGraphPanel("Queue Occupancy (bytes)", "Num Bytes in Queue", "time (ms)", "Queue Occupancy", 5000);

        totalNumWritesLabel.setText("Total number of packet write events:");

        totalNumReadsLabel.setText("Total number of packet read events:");
View Full Code Here

TOP

Related Classes of org.netfpga.router.AreaGraphPanel

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.