public interface GraphStyleConfigurer
| 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) |
GraphStyleConfigurer showGroupIds(boolean showGroupId)
GraphStyleConfigurer showArtifactIds(boolean showArtifactId)
GraphStyleConfigurer showVersionsOnNodes(boolean showVersionsOnNodes)
GraphStyleConfigurer showVersionsOnEdges(boolean showVersionOnEdges)
GraphBuilder<DependencyNode> configure(GraphBuilder<DependencyNode> graphBuilder)
Copyright © 2017. All rights reserved.