Class OptionsBuilder
java.lang.Object
ml.karmaconfigs.api.common.utils.string.OptionsBuilder
Karma string generator options builder
-
Method Summary
Modifier and TypeMethodDescriptionGet the text contentintgetSize()Get the text sizegetType()Get the text typewithContent(TextContent ctn)Set the text contentwithSize(int sz)Set the text sizeSet the text type
-
Method Details
-
withSize
Set the text size- Parameters:
sz- the text size- Returns:
- this instance
-
withContent
Set the text content- Parameters:
ctn- the content- Returns:
- this instance
-
withType
Set the text type- Parameters:
tp- the text tpye- Returns:
- this instance
-
getSize
public int getSize()Get the text size- Returns:
- the text size
-
getContent
Get the text content- Returns:
- the text content
-
getType
Get the text type- Returns:
- the text type
-