Module technology.sola.engine
Class TextInputStyles
java.lang.Object
technology.sola.engine.graphics.gui.style.BaseStyles
technology.sola.engine.graphics.gui.elements.TextStyles
technology.sola.engine.graphics.gui.elements.input.TextInputStyles
TextInputStyles extends
TextStyles properties adding in extra properties for text input.-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class technology.sola.engine.graphics.gui.elements.TextStyles
TextStyles.TextAlignment -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTextInputStyles(TextInputStyles.Builder<?> builder) PopulatesTextInputStylesproperties from itsTextInputStyles.Builder. -
Method Summary
Methods inherited from class technology.sola.engine.graphics.gui.elements.TextStyles
fontAssetId, textAlignment, textColorMethods inherited from class technology.sola.engine.graphics.gui.style.BaseStyles
background, border, crossAxisChildren, direction, gap, height, mainAxisChildren, padding, position, visibility, width
-
Constructor Details
-
TextInputStyles
PopulatesTextInputStylesproperties from itsTextInputStyles.Builder.- Parameters:
builder- the builder to build styles from
-
-
Method Details
-
placeholderColor
- Returns:
- the
Colorof the placeholder text
-