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,
PortionShower portionShower,
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,
Rankdir rankdir,
GroupHierarchy groupHierarchy,
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 |
---|---|
boolean |
Cluster.printCluster2(StringBuilder sb,
Collection<Line> lines,
StringBounder stringBounder,
DotMode dotMode,
GraphvizVersion graphvizVersion) |
Copyright © 2014. All Rights Reserved.