Uses of Class
com.iizix.text.KString.Type
Packages that use KString.Type Package Description com.iizigo.text com.iizix.text Uses of KString.Type in com.iizigo.text
Methods in com.iizigo.text that return KString.Type Modifier and Type Method Description static KString.Type
KStringStyledText. getLastKStringType()
Gets the last used type.Methods in com.iizigo.text with parameters of type KString.Type Modifier and Type Method Description static void
KStringStyledText. setLastKStringType(KString.Type type)
Sets the last used type.Uses of KString.Type in com.iizix.text
Methods in com.iizix.text that return KString.Type Modifier and Type Method Description KString.Type
KString. getType()
Gets the type of KString.static KString.Type
KString.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KString.Type[]
KString.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.iizix.text with parameters of type KString.Type Constructor Description KString(KString.Type type, java.lang.String inputString)
Creates the parsed KString where it is assumed the string can contain tags.KString(KString.Type type, java.lang.String inputString, boolean usesTagProcessing)
Creates the parsed KString.KStringStyled(KString.Type type, java.lang.String inputString, boolean usesTagProcessing, java.util.ArrayList<KStringStyleRange> styleRanges)
Constructor.