public class DotGraphStyleConfigurer extends Object implements GraphStyleConfigurer
| Constructor and Description |
|---|
DotGraphStyleConfigurer(StyleConfiguration styleConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
GraphBuilder<DependencyNode> |
configure(GraphBuilder<DependencyNode> graphBuilder) |
GraphStyleConfigurer |
showArtifactIds(boolean showArtifactId) |
GraphStyleConfigurer |
showGroupIds(boolean showGroupId) |
GraphStyleConfigurer |
showVersionsOnEdges(boolean showVersionOnEdges) |
GraphStyleConfigurer |
showVersionsOnNodes(boolean showVersionsOnNodes) |
public DotGraphStyleConfigurer(StyleConfiguration styleConfiguration)
public GraphStyleConfigurer showGroupIds(boolean showGroupId)
showGroupIds in interface GraphStyleConfigurerpublic GraphStyleConfigurer showArtifactIds(boolean showArtifactId)
showArtifactIds in interface GraphStyleConfigurerpublic GraphStyleConfigurer showVersionsOnNodes(boolean showVersionsOnNodes)
showVersionsOnNodes in interface GraphStyleConfigurerpublic GraphStyleConfigurer showVersionsOnEdges(boolean showVersionOnEdges)
showVersionsOnEdges in interface GraphStyleConfigurerpublic GraphBuilder<DependencyNode> configure(GraphBuilder<DependencyNode> graphBuilder)
configure in interface GraphStyleConfigurerCopyright © 2017. All rights reserved.