Package javax.help

Class DefaultHelpModel.DefaultHighlight

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int end  
      int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultHighlight​(int start, int end)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEndOffset()
      End offset
      int getStartOffset()
      Start offset
      • Methods inherited from class java.lang.Object

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

      • start

        public int start
      • end

        public int end
    • Constructor Detail

      • DefaultHighlight

        public DefaultHighlight​(int start,
                                int end)
        Constructor