java.lang.Object
com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes

public final class HighlightAttributes extends Object
  • Constructor Details

    • HighlightAttributes

      public HighlightAttributes(int foreground, int background, int special, boolean reverse, boolean italic, boolean bold, boolean strikethrough, boolean underline, boolean undercurl, int blend)
  • Method Details

    • getForeground

      public int getForeground()
    • getBackground

      public int getBackground()
    • getSpecial

      public int getSpecial()
    • isReverse

      public boolean isReverse()
    • isItalic

      public boolean isItalic()
    • isBold

      public boolean isBold()
    • isStrikethrough

      public boolean isStrikethrough()
    • isUnderline

      public boolean isUnderline()
    • isUndercurl

      public boolean isUndercurl()
    • getBlend

      public int getBlend()
    • toString

      public String toString()
      Overrides:
      toString in class Object