org.apache.batik.bridge
public class SVGAltGlyphElementBridge extends AbstractSVGBridge implements ErrorConstants
Field Summary | |
---|---|
static Attribute | PAINT_INFO |
Constructor Summary | |
---|---|
SVGAltGlyphElementBridge()
Constructs a new bridge for the <altGlyph> element. |
Method Summary | |
---|---|
Glyph[] | createAltGlyphArray(BridgeContext ctx, Element altGlyphElement, float fontSize, AttributedCharacterIterator aci)
Constructs an array of Glyphs that represents the specified
<altGlyph> element at the requested size.
|
String | getLocalName()
Returns 'altGlyph'. |
Parameters: ctx The current bridge context. altGlyphElement The altGlyph element to base the SVGGVTGlyphVector construction on. fontSize The font size of the Glyphs to create.
Returns: The new SVGGVTGlyphVector or null if any of the glyphs are unavailable.