Uses of Enum Class
com.codingame.gameengine.module.entities.TextBasedEntity.TextAlign
-
Uses of TextBasedEntity.TextAlign in com.codingame.gameengine.module.entities
Modifier and TypeMethodDescriptionTextBasedEntity.getTextAlign()
Returns text alignment of thisTextBasedEntity
.static TextBasedEntity.TextAlign
Returns the enum constant of this class with the specified name.static TextBasedEntity.TextAlign[]
TextBasedEntity.TextAlign.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTextBasedEntity.setTextAlign
(TextBasedEntity.TextAlign align) Sets the text alignment of thisTextBasedEntity
.