KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > text > AttributedString > Top Examples

  • 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 $
  • org.apache.batik.extension.svg.BatikFlowTextElementBridge
    Bridge class for the &lt;flowText> element. @author <a HREF="mailto:deweese@apache.org">Thomas DeWeese</a> @version $Id: BatikFlowTextElementBridge.java,v 1.3 2005/03/27 08:58:33 cam Exp $
  • org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
    Bridge class for the &lt;flowRoot> element. @author <a HREF="mailto:deweese@apache.org">Thomas DeWeese</a> @version $Id: SVGFlowRootElementBridge.java,v 1.4 2005/03/27 08:58:30 cam Exp $
  • org.apache.batik.gvt.text.BidiAttributedCharacterIterator
    An attributed character iterator that does the reordering of the characters for bidirectional text. It reorders the characters so they are in visual order. It also assigns a BIDI_LEVEL attribute to each character which can be used to split the reordered ACI into text runs based on direction. ie. c ...
  • net.sf.jasperreports.engine.fill.TextMeasurer
    @author Teodor Danciu (teodord@users.sourceforge.net) @version $Id: TextMeasurer.java,v 1.12 2005/07/09 18:57:13 teodord Exp $
  • net.sf.jasperreports.engine.util.JRStyledText
    @author Teodor Danciu (teodord@users.sourceforge.net) @version $Id: JRStyledText.java,v 1.8 2005/06/27 07:16:53 teodord Exp $
  • org.apache.batik.gvt.renderer.StrokingTextPainter
    More sophisticated implementation of TextPainter which renders the attributed character iterator of a <tt>TextNode</tt>. <em>StrokingTextPainter includes support for stroke, fill, opacity, text-decoration, and other attributes.</em> @see org.apache.batik.gvt.TextPainter @s ...
  • org.apache.batik.gvt.text.GVTAttributedCharacterIterator
    GVTAttributedCharacterIterator Used to implement SVG &lt;tspan&gt; and &lt;text&gt; attributes. This implementation is designed for efficient support of per-character attributes (i.e. single character attribute spans). It supports an extended set of TextAttributes, via inner clas ...
Popular Tags