Uses of Enum Class
com.iizix.text.KString.Type
Uses of KString.Type in com.iizigo.text
Modifier and TypeMethodDescriptionstatic KString.Type
KStringStyledText.getLastKStringType()
Gets the last used type.Modifier and TypeMethodDescriptionstatic void
KStringStyledText.setLastKStringType
(KString.Type type) Sets the last used type.Uses of KString.Type in com.iizix.text
Modifier and TypeMethodDescriptionKString.getType()
Gets the type of KString.static KString.Type
Returns the enum constant of this class with the specified name.static KString.Type[]
KString.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionKString
(KString.Type type, String inputString) Creates the parsed KString where it is assumed the string can contain tags.KString
(KString.Type type, String inputString, boolean usesTagProcessing) Creates the parsed KString.KStringStyled
(KString.Type type, String inputString, boolean usesTagProcessing, ArrayList<KStringStyleRange> styleRanges) Constructor.