make/jdk/src/classes/build/tools/taglet/ModuleGraph.java
changeset 58726 449555c346d9
parent 48892 034839ee4f4b
equal deleted inserted replaced
58725:190ec5fae2af 58726:449555c346d9
    62         if (!enableModuleGraph) {
    62         if (!enableModuleGraph) {
    63             return "";
    63             return "";
    64         }
    64         }
    65 
    65 
    66         String moduleName = ((ModuleElement) element).getQualifiedName().toString();
    66         String moduleName = ((ModuleElement) element).getQualifiedName().toString();
    67         String imageFile = "module-graph.png";
    67         String imageFile = "module-graph.svg";
    68         int thumbnailHeight = -1;
    68         int thumbnailHeight = -1;
    69         String hoverImage = "";
    69         String hoverImage = "";
    70         if (!moduleName.equals("java.base")) {
    70         if (!moduleName.equals("java.base")) {
    71             thumbnailHeight = 100; // also appears in the stylesheet
    71             thumbnailHeight = 100; // also appears in the stylesheet
    72             hoverImage = "<span>"
    72             hoverImage = "<span>"