Uses of Interface
VASSAL.counters.Highlighter
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.counters |
Provides classes that define game pieces.
|
-
Uses of Highlighter in VASSAL.build.module
Fields in VASSAL.build.module declared as Highlighter Modifier and Type Field Description protected HighlighterMap. highlighterFields in VASSAL.build.module with type parameters of type Highlighter Modifier and Type Field Description protected ArrayList<Highlighter>Map. highlightersMethods in VASSAL.build.module that return Highlighter Modifier and Type Method Description HighlighterMap. getHighlighter()Methods in VASSAL.build.module that return types with arguments of type Highlighter Modifier and Type Method Description Iterator<Highlighter>Map. getHighlighters()Methods in VASSAL.build.module with parameters of type Highlighter Modifier and Type Method Description voidMap. addHighlighter(Highlighter h)voidMap. removeHighlighter(Highlighter h)voidMap. setHighlighter(Highlighter h) -
Uses of Highlighter in VASSAL.build.module.map
Classes in VASSAL.build.module.map that implement Highlighter Modifier and Type Class Description classSelectionHighlighter -
Uses of Highlighter in VASSAL.counters
Classes in VASSAL.counters that implement Highlighter Modifier and Type Class Description classColoredBorderFields in VASSAL.counters with type parameters of type Highlighter Modifier and Type Field Description protected List<Highlighter>ColoredBorder. highlightersMethods in VASSAL.counters that return Highlighter Modifier and Type Method Description static HighlighterBasicPiece. getHighlighter()Get the Highlighter instance for drawing selected pieces.Methods in VASSAL.counters with parameters of type Highlighter Modifier and Type Method Description voidColoredBorder. addHighlighter(Highlighter h)voidColoredBorder. removeHighlighter(Highlighter h)static voidBasicPiece. setHighlighter(Highlighter h)Set the Highlighter for all pieces