Package | Description |
---|---|
grammarscope.browser |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<View.RenderMode,IRenderer> |
View.renderers
View renderers
|
Modifier and Type | Method and Description |
---|---|
static View.RenderMode[] |
View.RenderMode.orderedValues()
Ordered modes
|
static View.RenderMode |
View.RenderMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static View.RenderMode[] |
View.RenderMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static long |
View.RenderMode.merge(View.RenderMode... renderModes)
Merge modes into composite value
|