Package | Description |
---|---|
grammarscope.browser | |
grammarscope.browser.renderer | |
grammarscope.common.filter | |
grammarscope.common.filter.list | |
grammarscope.common.filter.tree | |
grammarscope.grapher |
Modifier and Type | Field and Description |
---|---|
protected RelationPalette |
Modeling.relationPalette
Relation display filter (color)
|
private RelationPalette |
View.relationPalette
Relation palette
|
Modifier and Type | Method and Description |
---|---|
void |
View.setPalette(RelationPalette relationPalette)
Attach relation palette to view
|
Modifier and Type | Field and Description |
---|---|
(package private) RelationPalette |
RelationsRenderer.relationPalette
Relation palette
|
(package private) RelationPalette |
SemanticGraphRenderer.relationPalette
Relation palette
|
Constructor and Description |
---|
RelationsRenderer(java.awt.Graphics g,
RelationOrderedFilter relationFilter,
RelationPalette relationPalette,
HotSpots hotSpots,
boolean tagBarFlag)
Constructor
|
SemanticGraphRenderer(java.awt.Graphics g,
RelationFilter relationFilter,
RelationPalette relationPalette,
TypedDependencyProvider provider,
TypedDependencyMode mode,
HotSpots hotSpots,
boolean renderAsCurves)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static RelationPalette |
RelationPalette.makeFromProperties(java.util.Properties properties,
java.lang.String description)
Load palette from properties
|
Constructor and Description |
---|
RelationPalette(RelationPalette relationPalette)
Copy constructor
|
Modifier and Type | Field and Description |
---|---|
private RelationPalette |
RelationTable.relationPalette
Relation palette
|
private RelationPalette |
RelationTableModel.relationPalette
Relation palette
|
Modifier and Type | Method and Description |
---|---|
RelationPalette |
RelationTableModel.getRelationPalette()
Get relation palette
|
Modifier and Type | Method and Description |
---|---|
void |
RelationTableModel.set(RelationOrderedFilter relationFilter,
RelationPalette relationPalette)
Set relation data
|
void |
RelationTable.set(RelationPalette relationPalette)
Set grammatical relation palette
|
Modifier and Type | Field and Description |
---|---|
private RelationPalette |
DecoratedRelationTreeCellRenderer.relationPalette
Relation palette
|
private RelationPalette |
DecoratedRelationTreeModel.relationPalette
Relation palette
|
private RelationPalette |
DecoratedRelationTreeCellEditor.relationPalette
Relation palette
|
Modifier and Type | Method and Description |
---|---|
RelationPalette |
DecoratedRelationTreeModel.getRelationPalette()
Get palette
|
Modifier and Type | Method and Description |
---|---|
void |
DecoratedRelationTree.set(RelationPalette relationPalette)
Set relation filter and palette
|
void |
DecoratedRelationTreeCellRenderer.set(RelationPalette relationPalette)
Set palette
|
void |
DecoratedRelationTreeModel.set(RelationPalette relationPalette)
Set palette
|
void |
DecoratedRelationTreeCellEditor.set(RelationPalette relationPalette)
Set palette
|
Modifier and Type | Field and Description |
---|---|
private RelationPalette |
Grapher.relationPalette
Relation palette
|