Uses of Class
org.teavm.classlib.java.text.TAttributedCharacterIterator.Attribute
Packages that use TAttributedCharacterIterator.Attribute
-
Uses of TAttributedCharacterIterator.Attribute in org.teavm.classlib.java.text
Subclasses of TAttributedCharacterIterator.Attribute in org.teavm.classlib.java.textModifier and TypeClassDescriptionstatic class
static class
static class
static class
Fields in org.teavm.classlib.java.text declared as TAttributedCharacterIterator.AttributeModifier and TypeFieldDescriptionTAttributedCharacterIterator.Attribute.INPUT_METHOD_SEGMENT
TAttributedCharacterIterator.Attribute.LANGUAGE
TAttributedCharacterIterator.Attribute.READING
Methods in org.teavm.classlib.java.text that return types with arguments of type TAttributedCharacterIterator.AttributeModifier and TypeMethodDescriptionTAttributedCharacterIterator.getAllAttributeKeys()
Returns a set of attributes present in theAttributedCharacterIterator
.TAttributedCharacterIterator.getAttributes()
Returns a map of all attributes of the current character.Methods in org.teavm.classlib.java.text with parameters of type TAttributedCharacterIterator.AttributeModifier and TypeMethodDescriptionvoid
TAttributedString.addAttribute(TAttributedCharacterIterator.Attribute attribute, Object value)
Applies a given attribute to this string.void
TAttributedString.addAttribute(TAttributedCharacterIterator.Attribute attribute, Object value, int start, int end)
Applies a given attribute to the given range of this string.TAttributedCharacterIterator.getAttribute(TAttributedCharacterIterator.Attribute attribute)
Returns the value stored in the attribute for the current character.TAttributedString.getIterator(TAttributedCharacterIterator.Attribute[] attributes)
Returns anAttributedCharacterIterator
that gives access to the complete content of this attributed string.TAttributedString.getIterator(TAttributedCharacterIterator.Attribute[] attributes, int start, int end)
Returns anAttributedCharacterIterator
that gives access to the contents of this attributed string starting at indexstart
up to indexend
.int
TAttributedCharacterIterator.getRunLimit(TAttributedCharacterIterator.Attribute attribute)
Returns the index of the last character in the run that has the same attribute value for the given attribute as the current character.int
TAttributedCharacterIterator.getRunStart(TAttributedCharacterIterator.Attribute attribute)
Returns the index of the first character in the run that has the same attribute value for the given attribute as the current character.Method parameters in org.teavm.classlib.java.text with type arguments of type TAttributedCharacterIterator.AttributeModifier and TypeMethodDescriptionvoid
TAttributedString.addAttributes(TMap<? extends TAttributedCharacterIterator.Attribute,?> attributes, int start, int end)
Applies a given set of attributes to the given range of the string.int
TAttributedCharacterIterator.getRunLimit(TSet<? extends TAttributedCharacterIterator.Attribute> attributes)
Returns the index of the last character in the run that has the same attribute values for the attributes in the set as the current character.int
TAttributedCharacterIterator.getRunStart(TSet<? extends TAttributedCharacterIterator.Attribute> attributes)
Returns the index of the first character in the run that has the same attribute values for the attributes in the set as the current character.Constructors in org.teavm.classlib.java.text with parameters of type TAttributedCharacterIterator.AttributeModifierConstructorDescriptionTAttributedString(TAttributedCharacterIterator iterator, int start, int end, TAttributedCharacterIterator.Attribute[] attributes)
Constructor parameters in org.teavm.classlib.java.text with type arguments of type TAttributedCharacterIterator.AttributeModifierConstructorDescriptionTAttributedString(String value, TMap<? extends TAttributedCharacterIterator.Attribute,?> attributes)