Class GVTACIImpl.TransformAttributeFilter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.text.AttributedCharacterIterator mutateAttributes​(java.text.AttributedCharacterIterator aci)
      Return a new AttributedCharacterIterator instance in which location attributes have been converted to TextAttribute.TRANSFORM attributes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TransformAttributeFilter

        public TransformAttributeFilter()
    • Method Detail

      • mutateAttributes

        public java.text.AttributedCharacterIterator mutateAttributes​(java.text.AttributedCharacterIterator aci)
        Return a new AttributedCharacterIterator instance in which location attributes have been converted to TextAttribute.TRANSFORM attributes.
        Specified by:
        mutateAttributes in interface GVTAttributedCharacterIterator.AttributeFilter
        Parameters:
        aci - an AttributedCharacterIterator whose attributes are to be modified.
        Returns:
        an instance of AttributedCharacterIterator with mutated attributes.