< prev index next >

make/jdk/src/classes/build/tools/taglet/ModuleGraph.java

Print this page

        

*** 62,72 **** if (!enableModuleGraph) { return ""; } String moduleName = ((ModuleElement) element).getQualifiedName().toString(); ! String imageFile = moduleName + "-graph.png"; int thumbnailHeight = -1; String hoverImage = ""; if (!moduleName.equals("java.base")) { thumbnailHeight = 100; // also appears in the stylesheet hoverImage = "<span>" --- 62,72 ---- if (!enableModuleGraph) { return ""; } String moduleName = ((ModuleElement) element).getQualifiedName().toString(); ! String imageFile = moduleName + "/module-graph.png"; int thumbnailHeight = -1; String hoverImage = ""; if (!moduleName.equals("java.base")) { thumbnailHeight = 100; // also appears in the stylesheet hoverImage = "<span>"
< prev index next >