Modifier and Type | Constant Field | Value |
---|---|---|
protected static final char |
FILE_SEPARATOR |
47 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
DEFAULT_EXTERNAL_APIDOC |
"http://java.sun.com/j2se/1.4.2/docs/api/" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
docletName |
"org.umlgraph.doclet.UmlGraph" |
private static final java.lang.String |
programName |
"UmlGraph" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
EXPANDABLE_UML |
"<script type=\"text/javascript\">\nfunction show() {\n document.getElementById(\"uml\").innerHTML = \n \'<a style=\"font-family:monospace\" href=\"javascript:hide()\">%3$s</a>\' +\n \'%1$s\';\n}\nfunction hide() {\n\tdocument.getElementById(\"uml\").innerHTML = \n\t\'<a style=\"font-family:monospace\" href=\"javascript:show()\">%2$s</a>\' ;\n}\n</script>\n<div id=\"uml\" >\n\t<a href=\"javascript:show()\">\n\t<a style=\"font-family:monospace\" href=\"javascript:show()\">%2$s</a> \n</div>" |
private static final java.lang.String |
UML_DIV_TAG |
"<div align=\"center\"><img src=\"%1$s.png\" alt=\"Package class diagram package %1$s\" usemap=\"#G\" border=0/></div>" |