public interface TextAPI<S>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplied()
Returns the applied string after stylization and transformations have been added
|
java.lang.String |
getAppliedNoReset() |
<C> C |
getAsComponent() |
TextHelperAPI<S> |
getHelper() |
java.lang.String |
getOriginal()
Returns the original input string
|
default boolean |
isAppliedBlank() |
default boolean |
isAppliedEmpty() |
default boolean |
isOriginalBlank() |
default boolean |
isOriginalEmpty() |
TextAPI<S> |
setStyle(S style) |
TextAPI<S> |
withStyle(S style) |
java.lang.String getApplied()
java.lang.String getAppliedNoReset()
<C> C getAsComponent()
TextHelperAPI<S> getHelper()
java.lang.String getOriginal()
default boolean isAppliedBlank()
default boolean isAppliedEmpty()
default boolean isOriginalBlank()
default boolean isOriginalEmpty()