Uses of Class
org.apache.batik.bridge.TextNode.Anchor

Packages that use TextNode.Anchor
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
 

Uses of TextNode.Anchor in org.apache.batik.bridge
 

Fields in org.apache.batik.bridge declared as TextNode.Anchor
static TextNode.Anchor TextNode.Anchor.END
          The anchor which enables the rendered characters to be aligned such that the end of the text string is at the initial current text location.
static TextNode.Anchor TextNode.Anchor.MIDDLE
          The anchor which enables the rendered characters to be aligned such that the middle of the text string is at the initial current text location.
static TextNode.Anchor TextNode.Anchor.START
          The anchor which enables the rendered characters to be aligned such that the start of the text string is at the initial current text location.
 

Methods in org.apache.batik.bridge that return TextNode.Anchor
static TextNode.Anchor TextUtilities.convertTextAnchor(Element e)
          Converts the text-anchor CSS value to a TextNode.Anchor.
 

Methods in org.apache.batik.bridge with parameters of type TextNode.Anchor
 void ConcreteTextPainter.paint(AttributedCharacterIterator aci, Point2D location, TextNode.Anchor anchor, Graphics2D g2d)
          Paints the specified attributed character iterator using the specified Graphics2D and context and font context.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.