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, waitrender, render, render, renderpublic JsonGraphRenderer(org.osgi.framework.BundleContext bundleContext)
public String getContentType()
getContentType in interface GraphRendererpublic String render(int identation, List<GraphContainerInfo> containerInfos)
render in interface GraphRendererpublic String render(int identation, ImmutableGraphContainer<?> graphContainer)
render in interface GraphRendererpublic String render(int identation, ImmutableGraph<?,?> graph)
render in interface GraphRendererpublic String render(int identation, Vertex vertex)
render in interface GraphRendererCopyright © 2020. All rights reserved.