View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

aesi-eclipse / com.virtlink.aesi.eclipse.editors / TextStyle / <init>

<init>

TextStyle(color: RGB, bold: Boolean, italic: Boolean, underlined: Boolean, strickenthrough: Boolean)

Creates a new instance of the TextStyle class.

Parameters

color - The color.

bold - Whether the text is bold.

italic - Whether the text is italic.

underlined - Whether the text is underlined.

strickenthrough - Whether the text is strickenthrough.TextStyle(color: RGB)

Creates a new instance of the TextStyle class.

Parameters

color - The color.