Package lcmc.drbd.ui.resource

Examples of lcmc.drbd.ui.resource.HostDrbdInfo


                colors[1] = getVertexFillColor(blockDeviceToVertexMap.get(
                                                 bdi.getBlockDevice().getMetaDiskOfBlockDevices().get(0)));
                drawInsideVertex(g2d, v, colors, x, y, height, width);
            }
        } else {
            final HostDrbdInfo hi = (HostDrbdInfo) getInfo(v);
            if (hi != null) {
                drawInsideVertex(g2d, v, hi.getHost().getDrbdColors(), x, y, height, width);
            }
        }
        final Application.RunMode runMode = getRunMode();
        if (used > 0) {
            /** Show how much is used. */
 
View Full Code Here

TOP

Related Classes of lcmc.drbd.ui.resource.HostDrbdInfo

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.