Package | Description |
---|---|
grammarscope.browser | |
grammarscope.browser.dialog | |
grammarscope.grapher.widget |
Modifier and Type | Field and Description |
---|---|
private GraphDecorator<GNode,GEdge> |
Browser.graphDecorator
Graph decorator
|
Modifier and Type | Method and Description |
---|---|
void |
GraphDialog.setGraph(Graph<GraphNode,GraphEdge> graph,
GraphDecorator<GNode,GEdge> decorator,
boolean lemmatize)
Set graph
|
Modifier and Type | Method and Description |
---|---|
void |
GraphWidget.set(Graph<GraphNode,GraphEdge> graph,
GraphDecorator<GNode,GEdge> decorator,
boolean lemmatize) |
void |
View.set(Graph<GraphNode,GraphEdge> graph,
GraphDecorator<GNode,GEdge> graphDecorator,
boolean lemmatize)
Set data model
|