public class GraphizPrinter extends Object
ProjectModel to a Graphviz file| Constructor and Description |
|---|
GraphizPrinter() |
| Modifier and Type | Method and Description |
|---|---|
void |
print(ProjectModel project,
File f,
boolean includeClasses)
Print the given
ProjectModel as Graphviz .dot file to the given
file |
void |
print(ProjectModel project,
Writer w)
Print the given
ProjectModel as Graphviz .dot file to the given
writer |
void |
print(ProjectModel project,
Writer w,
boolean includeClasses)
Print the given
ProjectModel as Graphviz .dot file to the given
writer. |
void |
setHorizontalLayout(boolean layoutHorizontal) |
public void print(ProjectModel project, File f, boolean includeClasses) throws IOException
ProjectModel as Graphviz .dot file to the given
fileIOExceptionpublic void print(ProjectModel project, Writer w)
ProjectModel as Graphviz .dot file to the given
writerpublic void print(ProjectModel project, Writer w, boolean includeClasses)
ProjectModel as Graphviz .dot file to the given
writer. If includeClasses is true, the individual classes are printed as
well.public void setHorizontalLayout(boolean layoutHorizontal)
Copyright © 2014 Ruedi Steinmann. All rights reserved.