Package | Description |
---|---|
grammarscope.grapher.widget |
Modifier and Type | Field and Description |
---|---|
private static GraphWidget.LayoutMode |
GraphWidget.altMode
Current layout mode for filter
|
private GraphWidget.LayoutMode |
GraphWidget.filterMode
Current layout mode for filter
|
private GraphWidget.LayoutMode |
GraphWidget.settingsMode
Current layout mode for settings
|
Modifier and Type | Method and Description |
---|---|
GraphWidget.LayoutMode |
GraphWidget.LayoutMode.alternate(GraphWidget.LayoutMode altMode) |
GraphWidget.LayoutMode |
GraphWidget.LayoutMode.rotate() |
static GraphWidget.LayoutMode |
GraphWidget.LayoutMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphWidget.LayoutMode[] |
GraphWidget.LayoutMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GraphWidget.LayoutMode |
GraphWidget.LayoutMode.alternate(GraphWidget.LayoutMode altMode) |
void |
GraphWidget.applyFilterMode(GraphWidget.LayoutMode mode)
Apply settings mode
|
javax.swing.JComponent |
GraphWidget.applyLayoutMode(javax.swing.JComponent component,
javax.swing.JComponent component0,
GraphWidget.LayoutMode mode,
boolean west)
Apply settings mode
|
void |
GraphWidget.applySettingsMode(GraphWidget.LayoutMode mode)
Apply settings mode
|