Klasse EditorTheme
java.lang.Object
de.luckymcdev.foundryengine.client.imgui.text.editor.EditorTheme
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic EditorTheme.Builderdark()static EditorTheme.Builderdracula()static Stringstatic EditorThemegetThemeByName(String name) static EditorTheme.Builderstatic EditorTheme.Builderlight()static EditorTheme.Buildermonokai()static EditorTheme.Buildernord()static EditorTheme.BuilderoneDark()static EditorTheme.Builderstatic EditorTheme.Builderstatic intwithLineSpacing(float s) withTabSize(int t)
-
Felddetails
-
THEME_NAMES
-
backgroundColor
-
currentLineColor
-
selectionColor
-
cursorColor
-
cursorBlinkMs
public final int cursorBlinkMs -
cursorWidth
public final float cursorWidth -
lineNumberColor
-
gutterSeparatorColor
-
errorColor
-
errorMarkerColor
-
gutterPaddingRight
public final float gutterPaddingRight -
hScrollbarHeight
public final float hScrollbarHeight -
lineSpacing
public final float lineSpacing -
tabSize
public final int tabSize
-
-
Methodendetails
-
toImU32
-
dark
-
monokai
-
light
-
dracula
-
nord
-
solarizedDark
-
solarizedLight
-
oneDark
-
githubLight
-
getThemeByName
-
getAvailableThemeNames
-
withCursorColor
-
withSelectionColor
-
withBackgroundColor
-
withLineNumberColor
-
withErrorColor
-
withErrorMarkerColor
-
withLineSpacing
-
withTabSize
-