Class IPAGrids

java.lang.Object
ca.phon.ipamap2.IPAGrids

public class IPAGrids extends Object
  • Constructor Details

    • IPAGrids

      public IPAGrids()
  • Method Details

    • loadDefaultGridData

      public IpaGrids loadDefaultGridData()
      Load static IPA map data
    • loadGridData

      public IpaGrids loadGridData(InputStream in) throws IOException
      Throws:
      IOException
    • generateMissingGrids

      public void generateMissingGrids()
    • buildGrid

      public Grid buildGrid(Collection<Cell> searchResults)
      Create a search grid
    • buildGrid

      public void buildGrid(Grid grid, Collection<Cell> searchResults)
      Setup grid of cells.
    • performSearch

      public Set<Cell> performSearch(IpaMapSearchField.SearchType st, String search)
      Perform a search
      Parameters:
      search - - a set of search terms (separated by ',')
      Returns:
      a set of results
    • getInternal

      public IpaGrids getInternal()