Uses of Interface
org.apache.batik.gvt.font.GVTGlyphVector
-
Packages that use GVTGlyphVector 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.extension.svg org.apache.batik.gvt.flow org.apache.batik.gvt.font -
-
Uses of GVTGlyphVector in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as GVTGlyphVector Modifier and Type Field Description protected GVTGlyphVectorGlyphLayout. gvMethods in org.apache.batik.bridge that return GVTGlyphVector Modifier and Type Method Description GVTGlyphVectorSVGAltGlyphHandler. createGlyphVector(java.awt.font.FontRenderContext frc, float fontSize, java.text.AttributedCharacterIterator aci)Creates a glyph vector containing the alternate glyphs.GVTGlyphVectorSVGGVTFont. createGlyphVector(java.awt.font.FontRenderContext frc, char[] chars)Returns a new GVTGlyphVector object for the specified array of characters.GVTGlyphVectorSVGGVTFont. createGlyphVector(java.awt.font.FontRenderContext frc, int[] glyphCodes, java.text.CharacterIterator ci)Returns a new GVTGlyphVector object for the glyphs in the the glyph code array.GVTGlyphVectorSVGGVTFont. createGlyphVector(java.awt.font.FontRenderContext frc, java.lang.String str)Returns a new GVTGlyphVector object for the specified String.GVTGlyphVectorSVGGVTFont. createGlyphVector(java.awt.font.FontRenderContext frc, java.text.CharacterIterator ci)Returns a new GVTGlyphVector object for the characters in the specified character iterator.GVTGlyphVectorGlyphLayout. getGlyphVector()GVTGlyphVectorTextSpanLayout. getGlyphVector()Return the glyph vector asociated to this layout.Methods in org.apache.batik.bridge with parameters of type GVTGlyphVector Modifier and Type Method Description (package private) static WordInfo[]FlowTextPainter. doWordAnalysis(GVTGlyphVector gv, java.text.AttributedCharacterIterator aci, int numWords, java.awt.font.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 GVTGlyphVector Modifier and Type Field Description (package private) GVTGlyphVectorGlyphIterator. gv(package private) GVTGlyphVectorLineInfo. gvMethods in org.apache.batik.extension.svg that return GVTGlyphVector Modifier and Type Method Description GVTGlyphVectorLineInfo. getGlyphVector()Methods in org.apache.batik.extension.svg with parameters of type GVTGlyphVector Modifier and Type Method Description static voidFlowExtGlyphLayout. layoutChunk(GVTGlyphVector gv, java.awt.geom.Point2D origin, int justification, java.util.List lineInfos)Constructors in org.apache.batik.extension.svg with parameters of type GVTGlyphVector Constructor Description GlyphIterator(java.text.AttributedCharacterIterator aci, GVTGlyphVector gv)LineInfo(java.awt.geom.Point2D.Float loc, java.text.AttributedCharacterIterator aci, GVTGlyphVector gv, int startIdx, int endIdx, float advance, float visualAdvance, float lastCharWidth, float lineWidth, boolean partial, java.awt.geom.Point2D.Float verticalAlignOffset) -
Uses of GVTGlyphVector in org.apache.batik.gvt.flow
Fields in org.apache.batik.gvt.flow declared as GVTGlyphVector Modifier and Type Field Description (package private) GVTGlyphVectorGlyphGroupInfo. gvMethods in org.apache.batik.gvt.flow that return GVTGlyphVector Modifier and Type Method Description GVTGlyphVectorGlyphGroupInfo. getGlyphVector()Get the GlyphVector for this GlyphGroup.Constructors in org.apache.batik.gvt.flow with parameters of type GVTGlyphVector Constructor Description GlyphGroupInfo(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 GVTGlyphVector Modifier and Type Class Description classAWTGVTGlyphVectorThis is a wrapper class for a java.awt.font.GlyphVector instance.classMultiGlyphVectorclassSVGGVTGlyphVectorA GVTGlyphVector class for SVG fonts.Fields in org.apache.batik.gvt.font declared as GVTGlyphVector Modifier and Type Field Description (package private) GVTGlyphVector[]MultiGlyphVector. gvsMethods in org.apache.batik.gvt.font that return GVTGlyphVector Modifier and Type Method Description GVTGlyphVectorAltGlyphHandler. createGlyphVector(java.awt.font.FontRenderContext frc, float fontSize, java.text.AttributedCharacterIterator aci)Creates a glyph vector containing the alternate glyphs.GVTGlyphVectorAWTGVTFont. createGlyphVector(java.awt.font.FontRenderContext frc, char[] chars)Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.GVTGlyphVectorAWTGVTFont. createGlyphVector(java.awt.font.FontRenderContext frc, int[] glyphCodes, java.text.CharacterIterator ci)Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.GVTGlyphVectorAWTGVTFont. createGlyphVector(java.awt.font.FontRenderContext frc, java.lang.String str)Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.GVTGlyphVectorAWTGVTFont. createGlyphVector(java.awt.font.FontRenderContext frc, java.text.CharacterIterator ci)Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.GVTGlyphVectorGVTFont. createGlyphVector(java.awt.font.FontRenderContext frc, char[] chars)Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.GVTGlyphVectorGVTFont. createGlyphVector(java.awt.font.FontRenderContext frc, int[] glyphCodes, java.text.CharacterIterator ci)Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.GVTGlyphVectorGVTFont. createGlyphVector(java.awt.font.FontRenderContext frc, java.lang.String str)Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.GVTGlyphVectorGVTFont. createGlyphVector(java.awt.font.FontRenderContext frc, java.text.CharacterIterator ci)Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.
-