Uses of Class
org.apache.batik.bridge.TextNode.Anchor
Packages that use TextNode.Anchor
Package
Description
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.AnchorModifier and TypeFieldDescriptionstatic final 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 final 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 final 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.AnchorModifier and TypeMethodDescriptionstatic 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.AnchorModifier and TypeMethodDescriptionvoid
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.