Uses of Class
org.apache.batik.bridge.TextNode.Anchor
-
Packages that use TextNode.Anchor Package Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description static TextNode.Anchor
TextUtilities. convertTextAnchor(org.w3c.dom.Element e)
Converts the text-anchor CSS value to a TextNode.Anchor.Methods in org.apache.batik.bridge with parameters of type TextNode.Anchor Modifier and Type Method Description void
ConcreteTextPainter. paint(java.text.AttributedCharacterIterator aci, java.awt.geom.Point2D location, TextNode.Anchor anchor, java.awt.Graphics2D g2d)
Paints the specified attributed character iterator using the specified Graphics2D and context and font context.
-