| java.lang.Object org.umlgraph.doclet.View
View | public class View implements OptionProvider(Code) | | Contains the definition of a View. A View is a set of option overrides that
will lead to the creation of a UML class diagram. Multiple views can be
defined on the same source tree, effectively allowing to create multiple
class diagram out of it.
author: wolf |
viewDoc | ClassDoc viewDoc(Code) | | |
View | public View(RootDoc root, ClassDoc c, OptionProvider provider)(Code) | | Builds a view given the class that contains its definition
|
overrideForClass | public void overrideForClass(Options opt, ClassDoc cd)(Code) | | |
|
|