Class Regions


  • public class Regions
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Regions​(java.io.InputStream is, java.lang.String filename)  
      Regions​(java.io.Reader reader, java.lang.String filename)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getRegionId​(int cx, int cy)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Regions

        public Regions​(java.io.InputStream is,
                       java.lang.String filename)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • Regions

        public Regions​(java.io.Reader reader,
                       java.lang.String filename)
                throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getRegionId

        public int getRegionId​(int cx,
                               int cy)