public class DummyVP extends Object implements VisualizationProvider
| Constructor and Description |
|---|
DummyVP() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkUsable() |
String |
getId() |
int |
getPriority() |
<N,E> void |
visualize(Graph<N,E> graph,
GraphDOTHelper<N,? super E> helper,
boolean modal,
Map<String,String> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getNamepublic String getId()
getId in interface VisualizationProviderpublic boolean checkUsable()
checkUsable in interface VisualizationProviderpublic <N,E> void visualize(Graph<N,E> graph, GraphDOTHelper<N,? super E> helper, boolean modal, Map<String,String> options)
visualize in interface VisualizationProviderpublic int getPriority()
getPriority in interface VisualizationProviderCopyright © 2015. All Rights Reserved.