Class AnnotationExtent


  • public class AnnotationExtent
    extends java.lang.Object
    The Class AnnotationExtent.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int end
      The end.
      private int start
      The start.
      private javax.swing.text.Style style
      The style.
    • Constructor Summary

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

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

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

      • start

        private int start
        The start.
      • end

        private int end
        The end.
      • style

        private javax.swing.text.Style style
        The style.
    • Constructor Detail

      • AnnotationExtent

        public AnnotationExtent​(int start,
                                int end,
                                javax.swing.text.Style style)
        Instantiates a new annotation extent.
        Parameters:
        start - the start
        end - the end
        style - the style
    • Method Detail

      • getLength

        public int getLength()
        Gets the length.
        Returns:
        the length
      • getStyle

        public javax.swing.text.Style getStyle()
        Gets the style.
        Returns:
        the style
      • getEnd

        public int getEnd()
        Gets the end.
        Returns:
        int
      • getStart

        public int getStart()
        Gets the start.
        Returns:
        int