Uses of Class
VASSAL.build.module.map.SelectionHighlighter
Package | Description |
---|---|
VASSAL.build.module.map |
Contains classes that may be added to a
Map . |
-
Uses of SelectionHighlighter in VASSAL.build.module.map
Fields in VASSAL.build.module.map with type parameters of type SelectionHighlighter Modifier and Type Field Description protected List<SelectionHighlighter>
SelectionHighlighters. highlighters
Methods in VASSAL.build.module.map with parameters of type SelectionHighlighter Modifier and Type Method Description void
SelectionHighlighters. addHighlighter(SelectionHighlighter highlighter)
protected void
SelectionHighlighters. addToMap(SelectionHighlighter highlighter)
protected void
SelectionHighlighters. removeFromMap(SelectionHighlighter highlighter)
void
SelectionHighlighters. removeHighlighter(SelectionHighlighter highlighter)