|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JNodeFactory | |
| beowulf.gui | |
| Uses of JNodeFactory in beowulf.gui |
| Fields in beowulf.gui declared as JNodeFactory | |
protected JNodeFactory |
JGraph.factory
This is the factory which will produce JNodes, or GUI representations of nodes in the graph. |
| Methods in beowulf.gui that return JNodeFactory | |
JNodeFactory |
JGraph.getJNodeFactory()
Returns the JNodeFactory. |
| Methods in beowulf.gui with parameters of type JNodeFactory | |
void |
JGraph.setJNodeFactory(JNodeFactory newFactory)
Sets the JNodeFactory for this JGraph. |
| Constructors in beowulf.gui with parameters of type JNodeFactory | |
JGraph(int graphType,
JNodeFactory newFactory)
This constructor takes in both a graph type and a JNodeFactory used to create JNodes. |
|
JGraph(GraphModel newModel,
JNodeFactory newFactory)
This constructor takes in both an existing GraphModel and a JNodeFactory, used to create JNodes. |
|
JGraph(Vector nodeVector,
Vector edgeVector,
int graphType,
JNodeFactory newFactory)
This constructor takes in lists of existing nodes and edges, the graph type, and a new JNodeFactory. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||