public class JsonGraphRenderer extends Object implements GraphRenderer
Constructor and Description |
---|
JsonGraphRenderer(org.osgi.framework.BundleContext bundleContext) |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
render, render, render, render
public JsonGraphRenderer(org.osgi.framework.BundleContext bundleContext)
public String getContentType()
getContentType
in interface GraphRenderer
public String render(int identation, List<GraphContainerInfo> containerInfos)
render
in interface GraphRenderer
public String render(int identation, ImmutableGraphContainer<?> graphContainer)
render
in interface GraphRenderer
public String render(int identation, ImmutableGraph<?,?> graph)
render
in interface GraphRenderer
public String render(int identation, Vertex vertex)
render
in interface GraphRenderer
Copyright © 2021. All rights reserved.