Class HighlightAttributes


  • public final class HighlightAttributes
    extends java.lang.Object
    • Constructor Detail

      • HighlightAttributes

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

      • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object