net.sourceforge.jeuclid.elements.support.text
Interface TextContentModifier

All Known Implementing Classes:
Mglyph, Ms

public interface TextContentModifier

Version:
$Revision: 923658a2b249 $

Method Summary
 AttributedCharacterIterator modifyTextContent(AttributedCharacterIterator aci, LayoutContext layoutContext)
          modified the given Characters to match what is required for this element.
 

Method Detail

modifyTextContent

AttributedCharacterIterator modifyTextContent(AttributedCharacterIterator aci,
                                              LayoutContext layoutContext)
modified the given Characters to match what is required for this element.

Parameters:
aci - AttributedCharacterIterator based on the text contents.
layoutContext - current layout context.
Returns:
a new AttributedCharacterIterator which is to be used instead.


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.