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 Highlighter
Map. highlighter
Fields in VASSAL.build.module with type parameters of type Highlighter Modifier and Type Field Description protected ArrayList<Highlighter>
Map. highlighters
Methods in VASSAL.build.module that return Highlighter Modifier and Type Method Description Highlighter
Map. 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 void
Map. addHighlighter(Highlighter h)
void
Map. removeHighlighter(Highlighter h)
void
Map. 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 class
SelectionHighlighter
-
Uses of Highlighter in VASSAL.counters
Classes in VASSAL.counters that implement Highlighter Modifier and Type Class Description class
ColoredBorder
Fields in VASSAL.counters with type parameters of type Highlighter Modifier and Type Field Description protected List<Highlighter>
ColoredBorder. highlighters
Methods in VASSAL.counters that return Highlighter Modifier and Type Method Description static Highlighter
BasicPiece. getHighlighter()
Get the Highlighter instance for drawing selected pieces.Methods in VASSAL.counters with parameters of type Highlighter Modifier and Type Method Description void
ColoredBorder. addHighlighter(Highlighter h)
void
ColoredBorder. removeHighlighter(Highlighter h)
static void
BasicPiece. setHighlighter(Highlighter h)
Set the Highlighter for all pieces