V
- E
- public class GraphGUIHelperFactory extends Object
Modifier and Type | Method and Description |
---|---|
static GraphGUIHelperFactory |
getFactory()
Method providing access to the factory instance
|
GraphGUIHelper<?,?,?> |
getGraphGUIHelper(Class<?> graph_class)
Give access to the GraphGUIHelper corresponding to the given graph class
|
GraphGUIHelper<?,?,?> |
getGraphGUIHelper(Graph graph)
Give access to the GraphGUIHelper corresponding to the given graph
|
public static GraphGUIHelperFactory getFactory()
public GraphGUIHelper<?,?,?> getGraphGUIHelper(Class<?> graph_class) throws ClassNotFoundException, IllegalAccessException, InstantiationException
graph_class
- the name of the graph class name for which the GUI helper is requiredClassNotFoundException
IllegalAccessException
InstantiationException
public GraphGUIHelper<?,?,?> getGraphGUIHelper(Graph graph) throws ClassNotFoundException, IllegalAccessException, InstantiationException
graph
- the instance of the graph for which the GUI helper is requiredClassNotFoundException
IllegalAccessException
InstantiationException
Copyright © 2005–2020. All rights reserved.