Uses of Class
org.apache.batik.gvt.font.Glyph
-
Packages that use Glyph Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.gvt.font -
-
Uses of Glyph in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return Glyph Modifier and Type Method Description Glyph[]SVGAltGlyphElementBridge. createAltGlyphArray(BridgeContext ctx, org.w3c.dom.Element altGlyphElement, float fontSize, java.text.AttributedCharacterIterator aci)Constructs an array of Glyphs that represents the specified <altGlyph> element at the requested size.GlyphSVGGlyphElementBridge. createGlyph(BridgeContext ctx, org.w3c.dom.Element glyphElement, org.w3c.dom.Element textElement, int glyphCode, float fontSize, GVTFontFace fontFace, TextPaintInfo tpi)Constructs a new Glyph that represents the specified <glyph> element at the requested size.private GlyphSVGAltGlyphElementBridge. getGlyph(BridgeContext ctx, java.lang.String glyphUri, org.w3c.dom.Element altGlyphElement, float fontSize, java.text.AttributedCharacterIterator aci)Returns a Glyph object that represents the glyph at the specified URI scaled to the required font size. -
Uses of Glyph in org.apache.batik.gvt.font
Fields in org.apache.batik.gvt.font declared as Glyph Modifier and Type Field Description private Glyph[]SVGGVTGlyphVector. glyphsConstructors in org.apache.batik.gvt.font with parameters of type Glyph Constructor Description SVGGVTGlyphVector(GVTFont font, Glyph[] glyphs, java.awt.font.FontRenderContext frc)Constructs an SVGGVTGlyphVector.
-