Uses of Interface
org.apache.batik.gvt.font.GVTGlyphVector
Packages that use GVTGlyphVector
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of GVTGlyphVector in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as GVTGlyphVectorMethods in org.apache.batik.bridge that return GVTGlyphVectorModifier and TypeMethodDescriptionSVGAltGlyphHandler.createGlyphVector
(FontRenderContext frc, float fontSize, AttributedCharacterIterator aci) Creates a glyph vector containing the alternate glyphs.SVGGVTFont.createGlyphVector
(FontRenderContext frc, char[] chars) Returns a new GVTGlyphVector object for the specified array of characters.SVGGVTFont.createGlyphVector
(FontRenderContext frc, int[] glyphCodes, CharacterIterator ci) Returns a new GVTGlyphVector object for the glyphs in the the glyph code array.SVGGVTFont.createGlyphVector
(FontRenderContext frc, String str) Returns a new GVTGlyphVector object for the specified String.SVGGVTFont.createGlyphVector
(FontRenderContext frc, CharacterIterator ci) Returns a new GVTGlyphVector object for the characters in the specified character iterator.GlyphLayout.getGlyphVector()
TextSpanLayout.getGlyphVector()
Return the glyph vector asociated to this layout.Methods in org.apache.batik.bridge with parameters of type GVTGlyphVectorModifier and TypeMethodDescription(package private) static WordInfo[]
FlowTextPainter.doWordAnalysis
(GVTGlyphVector gv, AttributedCharacterIterator aci, int numWords, FontRenderContext frc) This returns an array of glyphs numbers for each glyph group in each word: ret[word][glyphGroup][glyphNum]. -
Uses of GVTGlyphVector in org.apache.batik.extension.svg
Fields in org.apache.batik.extension.svg declared as GVTGlyphVectorModifier and TypeFieldDescription(package private) GVTGlyphVector
GlyphIterator.gv
(package private) GVTGlyphVector
LineInfo.gv
Methods in org.apache.batik.extension.svg that return GVTGlyphVectorMethods in org.apache.batik.extension.svg with parameters of type GVTGlyphVectorModifier and TypeMethodDescriptionstatic void
FlowExtGlyphLayout.layoutChunk
(GVTGlyphVector gv, Point2D origin, int justification, List lineInfos) Constructors in org.apache.batik.extension.svg with parameters of type GVTGlyphVectorModifierConstructorDescriptionLineInfo
(Point2D.Float loc, AttributedCharacterIterator aci, GVTGlyphVector gv, int startIdx, int endIdx, float advance, float visualAdvance, float lastCharWidth, float lineWidth, boolean partial, Point2D.Float verticalAlignOffset) -
Uses of GVTGlyphVector in org.apache.batik.gvt.flow
Fields in org.apache.batik.gvt.flow declared as GVTGlyphVectorMethods in org.apache.batik.gvt.flow that return GVTGlyphVectorModifier and TypeMethodDescriptionGlyphGroupInfo.getGlyphVector()
Get the GlyphVector for this GlyphGroup.Constructors in org.apache.batik.gvt.flow with parameters of type GVTGlyphVectorModifierConstructorDescriptionGlyphGroupInfo
(GVTGlyphVector gv, int start, int end, boolean[] glyphHide, boolean glyphGroupHideLast, float[] glyphPos, float[] advAdj, float[] lastAdvAdj, boolean[] space) -
Uses of GVTGlyphVector in org.apache.batik.gvt.font
Classes in org.apache.batik.gvt.font that implement GVTGlyphVectorModifier and TypeClassDescriptionclass
This is a wrapper class for a java.awt.font.GlyphVector instance.class
final class
A GVTGlyphVector class for SVG fonts.Fields in org.apache.batik.gvt.font declared as GVTGlyphVectorMethods in org.apache.batik.gvt.font that return GVTGlyphVectorModifier and TypeMethodDescriptionAltGlyphHandler.createGlyphVector
(FontRenderContext frc, float fontSize, AttributedCharacterIterator aci) Creates a glyph vector containing the alternate glyphs.AWTGVTFont.createGlyphVector
(FontRenderContext frc, char[] chars) Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.AWTGVTFont.createGlyphVector
(FontRenderContext frc, int[] glyphCodes, CharacterIterator ci) Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.AWTGVTFont.createGlyphVector
(FontRenderContext frc, String str) Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.AWTGVTFont.createGlyphVector
(FontRenderContext frc, CharacterIterator ci) Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.GVTFont.createGlyphVector
(FontRenderContext frc, char[] chars) Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.GVTFont.createGlyphVector
(FontRenderContext frc, int[] glyphCodes, CharacterIterator ci) Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.GVTFont.createGlyphVector
(FontRenderContext frc, String str) Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.GVTFont.createGlyphVector
(FontRenderContext frc, CharacterIterator ci) Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.