Uses of Enum Class
com.iizix.text.KString.Type
Packages that use KString.Type
Uses of KString.Type in com.iizigo.text
Methods in com.iizigo.text that return KString.TypeModifier and TypeMethodDescriptionstatic KString.TypeKStringStyledText.getLastKStringType()Gets the last used type.Methods in com.iizigo.text with parameters of type KString.TypeModifier and TypeMethodDescriptionstatic voidKStringStyledText.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.TypeModifier and TypeMethodDescriptionKString.getType()Gets the type of KString.static KString.TypeReturns 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.Constructors in com.iizix.text with parameters of type KString.TypeModifierConstructorDescriptionKString(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.