|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Glyph | |
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 | |
Glyph[] |
SVGAltGlyphElementBridge.createAltGlyphArray(BridgeContext ctx,
Element altGlyphElement,
float fontSize,
java.text.AttributedCharacterIterator aci)
Constructs an array of Glyphs that represents the specified <altGlyph> element at the requested size. |
Glyph |
SVGGlyphElementBridge.createGlyph(BridgeContext ctx,
Element glyphElement,
Element textElement,
int glyphCode,
float fontSize,
SVGFontFace fontFace,
java.awt.Paint fillPaint,
java.awt.Paint strokePaint,
java.awt.Stroke stroke)
Constructs a new Glyph that represents the specified <glyph> element at the requested size. |
Uses of Glyph in org.apache.batik.gvt.font |
Constructors in org.apache.batik.gvt.font with parameters of type Glyph | |
SVGGVTGlyphVector(GVTFont font,
Glyph[] glyphs,
java.awt.font.FontRenderContext frc)
Constructs an SVGGVTGlyphVector. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |