KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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.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.gvt.text.GlyphLayout
    Implementation of TextSpanLayout which uses java.awt.font.GlyphVector. @see org.apache.batik.gvt.text.TextSpanLayout @author <a HREF="mailto:bill.haneman@ireland.sun.com">Bill Haneman</a> @version $Id: GlyphLayout.java,v 1.63 2005/03/27 08:58:35 cam Exp $
  • org.apache.batik.bridge.SVGGVTFont
    Represents an SVG font. @author <a HREF="mailto:bella.robinson@cmis.csiro.au">Bella Robinson</a> @version $Id: SVGGVTFont.java,v 1.19 2005/03/27 08:58:30 cam Exp $
  • org.apache.batik.gvt.text.GVTACIImpl
    GVTACIImpl 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 class GVTAttributedChara ...
  • org.apache.batik.gvt.flow.FlowGlyphLayout
    One line Class Desc Complete Class Desc @author <a HREF="mailto:deweese@apache.org">deweese</a> @version $Id: FlowGlyphLayout.java,v 1.5 2005/03/27 08:58:34 cam Exp $
  • org.apache.batik.gvt.text.AttributedCharacterSpanIterator
    AttributedCharacterSpanIterator Used to provide ACI functionality to a "substring" of an AttributedString. In this way a TextLayout can be created which only uses a substring of AttributedString. @author <a HREF="mailto:bill.haneman@ireland.sun.com">Bill Haneman</a> @version $Id: Att ...
  • 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.gvt.flow.TextLineBreaks
  • net.sf.jasperreports.engine.export.JRPdfExporter
    @author Teodor Danciu (teodord@users.sourceforge.net) @version $Id: JRPdfExporter.java,v 1.54 2005/07/15 13:06:53 teodord Exp $
  • net.sf.jasperreports.engine.export.JRHtmlExporter
    @author Teodor Danciu (teodord@users.sourceforge.net) @version $Id: JRHtmlExporter.java,v 1.43 2005/07/15 13:06:53 teodord Exp $
  • com.jgoodies.looks.common.ExtBasicArrowButtonHandler
    A handler for spinner arrow button mouse and action events. When a left mouse pressed event occurs we look up the (enabled) spinner that's the source of the event and start the autorepeat timer. The timer fires action events until any button is released at which point the timer is stopped and th ...
  • org.apache.batik.bridge.SVGSVGElementBridge
    Bridge class for the &lt;svg> element. @author <a HREF="mailto:tkormann@apache.org">Thierry Kormann</a> @version $Id: SVGSVGElementBridge.java,v 1.47 2005/03/27 08:58:30 cam Exp $
  • org.apache.batik.svggen.AttributedCharacterIterator
    This test validates the convertion of Java 2D AffineTransform into SVG Shapes. @author <a HREF="mailto:cjolif@ilog.fr">Christophe Jolif</a> @author <a HREF="mailto:vhardy@eng.sun.com">Vincent Hardy</a> @version $Id: AttributedCharacterIterator.java,v 1.6 2004/08/18 07:16:4 ...
Popular Tags