| java.lang.Object org.umlgraph.doclet.UmlGraph
buildGraph | public static void buildGraph(RootDoc root, OptionProvider op, Doc contextDoc) throws IOException(Code) | | Builds and outputs a single graph according to the view overrides
|
buildOptions | public static Options buildOptions(RootDoc root)(Code) | | Creates the base Options object.
This contains both the options specified on the command
line and the ones specified in the UMLOptions class, if available.
Also create the globally accessible commentOptions object.
|
buildViews | public static View[] buildViews(Options opt, RootDoc srcRootDoc, RootDoc viewRootDoc)(Code) | | Builds the views according to the parameters on the command line
Parameters: opt - The options Parameters: srcRootDoc - The RootDoc for the source classes Parameters: viewRootDoc - The RootDoc for the view classes (may bedifferent, or may be the same as the srcRootDoc) |
languageVersion | public static LanguageVersion languageVersion()(Code) | | Indicate the language version we support
|
optionLength | public static int optionLength(String option)(Code) | | Option checking
|
start | public static boolean start(RootDoc root) throws IOException(Code) | | Entry point through javadoc
|
|
|