Uses of Package
org.apache.batik.gvt.text

Packages that use org.apache.batik.gvt.text
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.extension.svg   
org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects. 
org.apache.batik.gvt.renderer   
org.apache.batik.gvt.text   
org.apache.batik.swing.gvt   
 

Classes in org.apache.batik.gvt.text used by org.apache.batik.bridge
TextPath
          A text path describes a path along which some text will be rendered.
 

Classes in org.apache.batik.gvt.text used by org.apache.batik.extension.svg
GVTAttributedCharacterIterator.TextAttribute
          Attribute keys that identify SVG text attributes.
MarginInfo
           
TextPath
          A text path describes a path along which some text will be rendered.
 

Classes in org.apache.batik.gvt.text used by org.apache.batik.gvt
Mark
          Marker interface, mostly, that encapsulates information about a selection gesture.
 

Classes in org.apache.batik.gvt.text used by org.apache.batik.gvt.renderer
GVTAttributedCharacterIterator.TextAttribute
          Attribute keys that identify SVG text attributes.
Mark
          Marker interface, mostly, that encapsulates information about a selection gesture.
TextHit
          Class that encapsulates information returned from hit testing a TextSpanLayout instance.
TextLayoutFactory
          Interface implemented by factory instances that can return TextSpanLayouts appropriate to AttributedCharacterIterator instances.
TextSpanLayout
          Class that performs layout of attributed text strings into glyph sets paintable by TextPainter instances.
 

Classes in org.apache.batik.gvt.text used by org.apache.batik.gvt.text
GlyphIterator
           
GVTACIImpl
          GVTACIImpl Used to implement SVG <tspan> and <text> attributes.
GVTAttributedCharacterIterator
          GVTAttributedCharacterIterator Used to implement SVG <tspan> and <text> attributes.
GVTAttributedCharacterIterator.AttributeFilter
          Interface for helper class which mutates the attributes of an AttributedCharacterIterator.
GVTAttributedCharacterIterator.TextAttribute
          Attribute keys that identify SVG text attributes.
LineInfo
          This class encapsulates the layout information about a single line in a multi-line flow.
Mark
          Marker interface, mostly, that encapsulates information about a selection gesture.
TextHit
          Class that encapsulates information returned from hit testing a TextSpanLayout instance.
TextLayoutFactory
          Interface implemented by factory instances that can return TextSpanLayouts appropriate to AttributedCharacterIterator instances.
TextSpanLayout
          Class that performs layout of attributed text strings into glyph sets paintable by TextPainter instances.
 

Classes in org.apache.batik.gvt.text used by org.apache.batik.swing.gvt
ConcreteTextSelector
          ConcreteTextSelector.java: A simple implementation of GraphicsNodeMouseListener for text selection.
Mark
          Marker interface, mostly, that encapsulates information about a selection gesture.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.