Examples of area()


Examples of org.rrd4j.graph.RrdGraphDef.area()

    gDef.datasource("Max", fileName, "Max", AVERAGE);

    gDef.line("Init", Color.GREEN, "Init memory");
    gDef.area("Max", Color.RED, "Max memory\n");
    gDef.area("Committed", Color.gray, "Committed memory");
    gDef.area("Used", Color.GREEN, "Used memory");

    gDef.gprint("Used", MAX, "used-max = %.3f%s");
    gDef.gprint("Committed", MAX, "committed-max = %.3f%S\\r");
    gDef.gprint("Max", MAX, "max = %.3f%S");
    gDef.gprint("Used", AVERAGE, "used-avg = %.3f%S\\r");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.