Package | Description |
---|---|
net.sourceforge.plantuml.cucadiagram.dot | |
net.sourceforge.plantuml.svek |
Modifier and Type | Method and Description |
---|---|
DotMode |
DotData.getDotMode() |
Constructor and Description |
---|
DotData(IGroup topParent,
List<Link> links,
Collection<ILeaf> leafs,
UmlDiagramType umlDiagramType,
ISkinParam skinParam,
GroupHierarchy groupHierarchy,
ColorMapper colorMapper,
EntityFactory entityFactory,
boolean isHideEmptyDescriptionForState,
DotMode dotMode,
String namespaceSeparator,
Pragma pragma) |
DotData(IGroup topParent,
List<Link> links,
Collection<ILeaf> leafs,
UmlDiagramType umlDiagramType,
ISkinParam skinParam,
GroupHierarchy groupHierarchy,
PortionShower portionShower,
ColorMapper colorMapper,
EntityFactory entityFactory,
boolean isHideEmptyDescriptionForState,
DotMode dotMode,
String namespaceSeparator,
Pragma pragma) |
Modifier and Type | Method and Description |
---|---|
static DotMode |
DotMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DotMode[] |
DotMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Line.appendLine(GraphvizVersion graphvizVersion,
StringBuilder sb,
DotMode dotMode) |
boolean |
Cluster.printCluster2(StringBuilder sb,
Collection<Line> lines,
StringBounder stringBounder,
DotMode dotMode,
GraphvizVersion graphvizVersion,
UmlDiagramType type) |
Copyright © 2017. All Rights Reserved.