Module neovim.notifications
Class HighlightAttributes
java.lang.Object
com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
-
Constructor Summary
ConstructorsConstructorDescriptionHighlightAttributes(int foreground, int background, int special, boolean reverse, boolean italic, boolean bold, boolean strikethrough, boolean underline, boolean undercurl, int blend) -
Method Summary
-
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
-