public interface GraphRenderer
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
default String |
render(ImmutableGraph<?,?> graph) |
default String |
render(ImmutableGraphContainer<?> graphContainer) |
String |
render(int identation,
ImmutableGraph<?,?> graph) |
String |
render(int identation,
ImmutableGraphContainer<?> graphContainer) |
String |
render(int identation,
List<GraphContainerInfo> containerInfos) |
String |
render(int identation,
Vertex vertex) |
default String |
render(List<GraphContainerInfo> containerInfos) |
default String |
render(Vertex vertex) |
String getContentType()
String render(int identation, List<GraphContainerInfo> containerInfos)
String render(int identation, ImmutableGraphContainer<?> graphContainer)
String render(int identation, ImmutableGraph<?,?> graph)
default String render(List<GraphContainerInfo> containerInfos)
default String render(ImmutableGraphContainer<?> graphContainer)
default String render(ImmutableGraph<?,?> graph)
Copyright © 2021. All rights reserved.