Class DocumentLocation


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

      Constructors 
      Constructor Description
      DocumentLocation​(int offset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isIn​(Region region)  
      • Methods inherited from class java.lang.Object

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

      • DocumentLocation

        public DocumentLocation​(int offset)
    • Method Detail

      • isIn

        public boolean isIn​(Region region)