Package net.sourceforge.jpowergraph.swtswinginteraction

Examples of net.sourceforge.jpowergraph.swtswinginteraction.JPowerGraphGraphics.dispose()


    public void dispose(){
        for (Double scale : scaleRowMap.keySet()){
            Map <Key, JPowerGraphGraphics> row = row = scaleRowMap.get(scale);
            for (Key p : row.keySet()){
                JPowerGraphGraphics g = row.get(p);
                g.dispose();
            }
        }
        scaleRowMap.clear();
        disposed = true;
    }
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.