Interface IStartingPositions


public interface IStartingPositions
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String[]
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static String
    getDisplayName(int index)
    Returns a display name for the given starting position index.
  • Field Details

    • START_LOCATION_NAMES

      static final String[] START_LOCATION_NAMES
  • Method Details

    • getDisplayName

      static String getDisplayName(int index)
      Returns a display name for the given starting position index. "Custom" is returned for any value of index outside the standard starting positions (the method is safe to call for all values of index).
      Parameters:
      index - the starting position index
      Returns:
      A name, e.g. "Any" for index 0