Class LineHighlightManager.LineHighlightInfo

  • Enclosing class:
    LineHighlightManager

    private static class LineHighlightManager.LineHighlightInfo
    extends java.lang.Object
    Information about a line highlight.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.awt.Color color  
      private javax.swing.text.Position offs  
    • Constructor Summary

      Constructors 
      Constructor Description
      LineHighlightInfo​(javax.swing.text.Position offs, java.awt.Color c)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.awt.Color getColor()  
      int getOffset()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • offs

        private javax.swing.text.Position offs
      • color

        private java.awt.Color color
    • Constructor Detail

      • LineHighlightInfo

        LineHighlightInfo​(javax.swing.text.Position offs,
                          java.awt.Color c)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getColor

        public java.awt.Color getColor()
      • getOffset

        public int getOffset()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object