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 classstatic classstatic classstatic classFields in org.teavm.classlib.java.text declared as TAttributedCharacterIterator.AttributeModifier and TypeFieldDescriptionstatic final TAttributedCharacterIterator.AttributeTAttributedCharacterIterator.Attribute.INPUT_METHOD_SEGMENTstatic final TAttributedCharacterIterator.AttributeTAttributedCharacterIterator.Attribute.LANGUAGEstatic final TAttributedCharacterIterator.AttributeTAttributedCharacterIterator.Attribute.READINGMethods 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 TypeMethodDescriptionvoidTAttributedString.addAttribute(TAttributedCharacterIterator.Attribute attribute, Object value) Applies a given attribute to this string.voidTAttributedString.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 anAttributedCharacterIteratorthat gives access to the complete content of this attributed string.TAttributedString.getIterator(TAttributedCharacterIterator.Attribute[] attributes, int start, int end) Returns anAttributedCharacterIteratorthat gives access to the contents of this attributed string starting at indexstartup to indexend.intTAttributedCharacterIterator.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.intTAttributedCharacterIterator.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 TypeMethodDescriptionvoidTAttributedString.addAttributes(TMap<? extends TAttributedCharacterIterator.Attribute, ?> attributes, int start, int end) Applies a given set of attributes to the given range of the string.intTAttributedCharacterIterator.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.intTAttributedCharacterIterator.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)