Class EditorTheme.Builder
java.lang.Object
de.luckymcdev.foundryengine.client.imgui.text.editor.EditorTheme.Builder
- Enclosing class:
EditorTheme
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withCursorBlinkMs(int ms) withCursorWidth(float w) withGutterPaddingRight(float p) withHScrollbarHeight(float h) withLineSpacing(float s) withTabSize(int t)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withBackgroundColor
-
withCurrentLineColor
-
withSelectionColor
-
withCursorColor
-
withCursorBlinkMs
-
withCursorWidth
-
withLineNumberColor
-
withGutterSeparatorColor
-
withErrorColor
-
withErrorMarkerColor
-
withGutterPaddingRight
-
withHScrollbarHeight
-
withLineSpacing
-
withTabSize
-
build
-