Uses of Class
org.apache.batik.gvt.font.Glyph
Packages that use Glyph
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of Glyph in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return GlyphModifier and TypeMethodDescriptionGlyph[]
SVGAltGlyphElementBridge.createAltGlyphArray
(BridgeContext ctx, Element altGlyphElement, float fontSize, AttributedCharacterIterator aci) Constructs an array of Glyphs that represents the specified <altGlyph> element at the requested size.SVGGlyphElementBridge.createGlyph
(BridgeContext ctx, Element glyphElement, 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 Glyph
SVGAltGlyphElementBridge.getGlyph
(BridgeContext ctx, String glyphUri, Element altGlyphElement, float fontSize, 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 GlyphConstructors in org.apache.batik.gvt.font with parameters of type GlyphModifierConstructorDescriptionSVGGVTGlyphVector
(GVTFont font, Glyph[] glyphs, FontRenderContext frc) Constructs an SVGGVTGlyphVector.