Package com.sun.hotspot.igv.coordinator.actions

Examples of com.sun.hotspot.igv.coordinator.actions.DiffGraphCookie


            if (graphProvider != null) {
                graphA = graphProvider.getGraph();
            }

            if (graphA != null && !graphA.isDifferenceGraph()) {
                return (T) new DiffGraphCookie(graphA, graph);
            }
        }

        return super.getCookie(aClass);
    }
View Full Code Here

TOP

Related Classes of com.sun.hotspot.igv.coordinator.actions.DiffGraphCookie

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.