| Package | Description |
|---|---|
| grammarscope.grapher.widget |
| Modifier and Type | Field and Description |
|---|---|
private Model |
View.model
Data model
|
| Modifier and Type | Method and Description |
|---|---|
Model |
View.getModel()
Get data model
|
| Modifier and Type | Method and Description |
|---|---|
protected edu.uci.ics.jung.algorithms.layout.Layout<GNode,GEdge> |
View.makeLayout(Model model,
java.awt.Dimension layoutDimension)
Make layout from model
|
protected edu.uci.ics.jung.visualization.VisualizationModel<GNode,GEdge> |
View.makeViewModel(Model model,
java.awt.Dimension layoutDimension)
Make view model
|