Class ColoredBorder

java.lang.Object
VASSAL.counters.ColoredBorder
All Implemented Interfaces:
Highlighter

public class ColoredBorder extends Object implements Highlighter
  • Field Details

    • c

      protected Color c
    • thickness

      protected int thickness
    • highlighters

      protected List<Highlighter> highlighters
  • Constructor Details

    • ColoredBorder

      public ColoredBorder()
    • ColoredBorder

      public ColoredBorder(Color c, int thickness)
  • Method Details