GrammarScope  4.0.0
Public Member Functions | Package Attributes | Private Attributes | Static Private Attributes | List of all members
grammarscope.browser.dialog.GraphDialog Class Reference
Inheritance diagram for grammarscope.browser.dialog.GraphDialog:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.browser.dialog.GraphDialog:
Collaboration graph
[legend]

Public Member Functions

 GraphDialog (final Settings settings, final IMutableFilter< HasId > edgeFilter, final IPalette< HasId > edgePalette, final IFilterWidget edgeWidget, final Frame owner)
 
void setGraph (final Graph< GraphNode, GraphEdge > graph, final GraphDecorator< GNode, GEdge > decorator, final boolean lemmatize)
 
void setVisible (final boolean show)
 

Package Attributes

final IMutableFilter< HasIdedgeFilter
 
final IPalette< HasIdedgePalette
 

Private Attributes

final GraphWidget graphWidget
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Graph dialog

Author
Bernard Bou

Constructor & Destructor Documentation

◆ GraphDialog()

grammarscope.browser.dialog.GraphDialog.GraphDialog ( final Settings  settings,
final IMutableFilter< HasId edgeFilter,
final IPalette< HasId edgePalette,
final IFilterWidget  edgeWidget,
final Frame  owner 
)

Constructor

Parameters
settingssettings
edgeFilteredge filter
edgePaletteedge palette
edgeWidgetedge widget
ownerowner frame

Member Function Documentation

◆ setGraph()

void grammarscope.browser.dialog.GraphDialog.setGraph ( final Graph< GraphNode, GraphEdge graph,
final GraphDecorator< GNode, GEdge >  decorator,
final boolean  lemmatize 
)

Set graph

Parameters
graphgraph
decoratorgraph decorator
lemmatizewhether to lemmatize graph nodes

◆ setVisible()

void grammarscope.browser.dialog.GraphDialog.setVisible ( final boolean  show)

Member Data Documentation

◆ edgeFilter

final IMutableFilter<HasId> grammarscope.browser.dialog.GraphDialog.edgeFilter
package

Edge filter

◆ edgePalette

final IPalette<HasId> grammarscope.browser.dialog.GraphDialog.edgePalette
package

Edge palette

◆ graphWidget

final GraphWidget grammarscope.browser.dialog.GraphDialog.graphWidget
private

Graph widget

◆ serialVersionUID

final long grammarscope.browser.dialog.GraphDialog.serialVersionUID = 1L
staticprivate

The documentation for this class was generated from the following file: