Module neovim.notifications
Class HighlightAttributes
- java.lang.Object
-
- com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
-
public final class HighlightAttributes extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HighlightAttributes(int foreground, int background, int special, boolean reverse, boolean italic, boolean bold, boolean strikethrough, boolean underline, boolean undercurl, int blend)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBackground()intgetBlend()intgetForeground()intgetSpecial()booleanisBold()booleanisItalic()booleanisReverse()booleanisStrikethrough()booleanisUndercurl()booleanisUnderline()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-