| java.lang.Object org.umlgraph.doclet.ContextView
ContextView | public class ContextView implements OptionProvider(Code) | | A view designed for UMLDoc, filters out everything that it's not directly
connected to the center class of the context.
As such, can be viewed as a simplified version of a
using a
single
, but provides some extra configuration
such as context highlighting and output path configuration (and it is
specified in code rather than in javadoc comments).
author: wolf |
overrideForClass | public void overrideForClass(Options opt, ClassDoc cd)(Code) | | |
setContextCenter | public void setContextCenter(ClassDoc contextCenter)(Code) | | |
|
|