| Package | Description |
|---|---|
| org.mathIT.gui |
This package provides classes to enable graphical user interfaces (GUI).
|
| Constructor and Description |
|---|
GraphCanvas(GraphViewer<V,E> gv,
Layout<V,E> layout)
Create an instance with the specified parameters.
|
GraphCanvas(GraphViewer<V,E> gv,
Layout<V,E> layout,
Dimension preferredSize)
Create an instance with passed parameters.
|
GraphCanvas(GraphViewer<V,E> gv,
VisualizationModel<V,E> model)
Create an instance with the specified parameters.
|
GraphCanvas(GraphViewer<V,E> gv,
VisualizationModel<V,E> model,
Dimension preferredSize)
Create an instance with passed parameters.
|