java.lang.Object
VASSAL.configure.Configurer
VASSAL.build.module.map.boardPicker.board.mapgrid.Zone.Editor
Enclosing class:
Zone

public static class Zone.Editor extends Configurer
Our configurer for the Zone, including ability to edit the polygon
  • Field Details

  • Constructor Details

    • Editor

      public Editor(Zone zone)
  • Method Details

    • updateCoords

      public void updateCoords(Polygon polygon)
    • updateCoords

      public void updateCoords()
    • updateCoord

      public void updateCoord(String s)
    • updateCoord

      public void updateCoord(int x, int y)
    • getControls

      public Component getControls()
      Description copied from class: Configurer
      GUI interface for setting the option in an editing window
      Specified by:
      getControls in class Configurer
    • getValueString

      public String getValueString()
      Specified by:
      getValueString in class Configurer
      Returns:
      a String representation of the Object value
    • setValue

      public void setValue(String s)
      Description copied from class: Configurer
      Set the Object value from a String
      Specified by:
      setValue in class Configurer