Class AnnotationExtent


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

      Constructors 
      Constructor Description
      AnnotationExtent​(int start, int end, javax.swing.text.Style style)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEnd()  
      int getLength()  
      int getStart()  
      javax.swing.text.Style getStyle()  
      • Methods inherited from class java.lang.Object

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

      • AnnotationExtent

        public AnnotationExtent​(int start,
                                int end,
                                javax.swing.text.Style style)
    • Method Detail

      • getLength

        public int getLength()
      • getStyle

        public javax.swing.text.Style getStyle()
      • getEnd

        public int getEnd()
        Returns:
        int
      • getStart

        public int getStart()
        Returns:
        int