|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GVTGlyphVector | |
---|---|
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.font | |
org.apache.batik.gvt.text |
Uses of GVTGlyphVector in org.apache.batik.bridge |
---|
Methods in org.apache.batik.bridge that return GVTGlyphVector | |
---|---|
GVTGlyphVector |
SVGGVTFont.createGlyphVector(FontRenderContext frc,
char[] chars)
Returns a new GVTGlyphVector object for the specified array of characters. |
GVTGlyphVector |
SVGGVTFont.createGlyphVector(FontRenderContext frc,
CharacterIterator ci)
Returns a new GVTGlyphVector object for the characters in the specified character iterator. |
GVTGlyphVector |
SVGAltGlyphHandler.createGlyphVector(FontRenderContext frc,
float fontSize,
AttributedCharacterIterator aci)
Creates a glyph vector containing the alternate glyphs. |
GVTGlyphVector |
SVGGVTFont.createGlyphVector(FontRenderContext frc,
int[] glyphCodes,
CharacterIterator ci)
Returns a new GVTGlyphVector object for the glyphs in the the glyph code array. |
GVTGlyphVector |
SVGGVTFont.createGlyphVector(FontRenderContext frc,
String str)
Returns a new GVTGlyphVector object for the specified String. |
Uses of GVTGlyphVector in org.apache.batik.extension.svg |
---|
Methods in org.apache.batik.extension.svg that return GVTGlyphVector | |
---|---|
GVTGlyphVector |
LineInfo.getGlyphVector()
|
Methods in org.apache.batik.extension.svg with parameters of type GVTGlyphVector | |
---|---|
static void |
FlowExtGlyphLayout.layoutChunk(GVTGlyphVector gv,
Point2D origin,
int justification,
List lineInfos)
|
Constructors in org.apache.batik.extension.svg with parameters of type GVTGlyphVector | |
---|---|
GlyphIterator(AttributedCharacterIterator aci,
GVTGlyphVector gv)
|
|
LineInfo(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.font |
---|
Classes in org.apache.batik.gvt.font that implement GVTGlyphVector | |
---|---|
class |
AWTGVTGlyphVector
This is a wrapper class for a java.awt.font.GlyphVector instance. |
class |
MultiGlyphVector
|
class |
SVGGVTGlyphVector
A GVTGlyphVector class for SVG fonts. |
Methods in org.apache.batik.gvt.font that return GVTGlyphVector | |
---|---|
GVTGlyphVector |
GVTFont.createGlyphVector(FontRenderContext frc,
char[] chars)
Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext. |
GVTGlyphVector |
AWTGVTFont.createGlyphVector(FontRenderContext frc,
char[] chars)
Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext. |
GVTGlyphVector |
GVTFont.createGlyphVector(FontRenderContext frc,
CharacterIterator ci)
Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext. |
GVTGlyphVector |
AWTGVTFont.createGlyphVector(FontRenderContext frc,
CharacterIterator ci)
Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext. |
GVTGlyphVector |
AltGlyphHandler.createGlyphVector(FontRenderContext frc,
float fontSize,
AttributedCharacterIterator aci)
Creates a glyph vector containing the alternate glyphs. |
GVTGlyphVector |
GVTFont.createGlyphVector(FontRenderContext frc,
int[] glyphCodes,
CharacterIterator ci)
Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext. |
GVTGlyphVector |
AWTGVTFont.createGlyphVector(FontRenderContext frc,
int[] glyphCodes,
CharacterIterator ci)
Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext. |
GVTGlyphVector |
GVTFont.createGlyphVector(FontRenderContext frc,
String str)
Returns a new GlyphVector object created with the specified String and the specified FontRenderContext. |
GVTGlyphVector |
AWTGVTFont.createGlyphVector(FontRenderContext frc,
String str)
Returns a new GlyphVector object created with the specified String and the specified FontRenderContext. |
Uses of GVTGlyphVector in org.apache.batik.gvt.text |
---|
Methods in org.apache.batik.gvt.text that return GVTGlyphVector | |
---|---|
GVTGlyphVector |
TextSpanLayout.getGlyphVector()
Return the glyph vector asociated to this layout. |
GVTGlyphVector |
GlyphLayout.getGlyphVector()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |