KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > text > AttributedCharacterIterator.Attribute > Top Examples

  • java.text.AttributedString
    An AttributedString holds text and related attribute information. It may be used as the actual data storage in some cases where a text reader wants to access attributed text through the AttributedCharacterIterator interface. @see AttributedCharacterIterator @see Annotation @since 1.2
  • java.awt.im.InputMethodRequests
    InputMethodRequests defines the requests that a text editing component has to handle in order to work with input methods. The component can implement this interface itself or use a separate object that implements it. The object implementing this interface must be returned from the component's getI ...
  • java.awt.font.TextLayout
    <code>TextLayout</code> is an immutable graphical representation of styled character data. <p> It provides the following capabilities: <ul> <li>implicit bidirectional analysis and reordering, <li>cursor positioning and movement, including split cursors for mixe ...
  • org.apache.batik.bridge.SVGTextElementBridge
    Bridge class for the &lt;text> element. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @author <a HREF="mailto:bill.haneman@ireland.sun.com">Bill Haneman</a> @version $Id: SVGTextElementBridge.java,v 1.106 2005/03/27 08:58:30 cam Exp $
Popular Tags