| 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 |
| Modifier and Type | Field | Description |
|---|---|---|
protected GVTGlyphVector |
GlyphLayout.gv |
| Modifier and Type | Method | Description |
|---|---|---|
GVTGlyphVector |
SVGAltGlyphHandler.createGlyphVector(java.awt.font.FontRenderContext frc,
float fontSize,
java.text.AttributedCharacterIterator aci) |
Creates a glyph vector containing the alternate glyphs.
|
GVTGlyphVector |
SVGGVTFont.createGlyphVector(java.awt.font.FontRenderContext frc,
char[] chars) |
Returns a new GVTGlyphVector object for the specified array of
characters.
|
GVTGlyphVector |
SVGGVTFont.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.
|
GVTGlyphVector |
SVGGVTFont.createGlyphVector(java.awt.font.FontRenderContext frc,
java.lang.String str) |
Returns a new GVTGlyphVector object for the specified String.
|
GVTGlyphVector |
SVGGVTFont.createGlyphVector(java.awt.font.FontRenderContext frc,
java.text.CharacterIterator ci) |
Returns a new GVTGlyphVector object for the characters in the
specified character iterator.
|
GVTGlyphVector |
GlyphLayout.getGlyphVector() |
|
GVTGlyphVector |
TextSpanLayout.getGlyphVector() |
Return the glyph vector asociated to this layout.
|
| Modifier and Type | Method | Description |
|---|---|---|
GVTGlyphVector |
LineInfo.getGlyphVector() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
FlowExtGlyphLayout.layoutChunk(GVTGlyphVector gv,
java.awt.geom.Point2D origin,
int justification,
java.util.List lineInfos) |
| 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) |
| Modifier and Type | Method | Description |
|---|---|---|
GVTGlyphVector |
GlyphGroupInfo.getGlyphVector() |
Get the GlyphVector for this GlyphGroup.
|
| Constructor | Description |
|---|---|
GlyphGroupInfo(GVTGlyphVector gv,
int start,
int end,
boolean[] glyphHide,
boolean glyphGroupHideLast,
float[] glyphPos,
float[] advAdj,
float[] lastAdvAdj,
boolean[] space) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AWTGVTGlyphVector |
This is a wrapper class for a java.awt.font.GlyphVector instance.
|
class |
MultiGlyphVector |
|
class |
SVGGVTGlyphVector |
A GVTGlyphVector class for SVG fonts.
|
| Modifier and Type | Method | Description |
|---|---|---|
GVTGlyphVector |
AltGlyphHandler.createGlyphVector(java.awt.font.FontRenderContext frc,
float fontSize,
java.text.AttributedCharacterIterator aci) |
Creates a glyph vector containing the alternate glyphs.
|
GVTGlyphVector |
AWTGVTFont.createGlyphVector(java.awt.font.FontRenderContext frc,
char[] chars) |
Returns a new GlyphVector object created with the specified array of
characters and the specified FontRenderContext.
|
GVTGlyphVector |
AWTGVTFont.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.
|
GVTGlyphVector |
AWTGVTFont.createGlyphVector(java.awt.font.FontRenderContext frc,
java.lang.String str) |
Returns a new GlyphVector object created with the specified String and
the specified FontRenderContext.
|
GVTGlyphVector |
AWTGVTFont.createGlyphVector(java.awt.font.FontRenderContext frc,
java.text.CharacterIterator ci) |
Returns a new GlyphVector object created with the specified
CharacterIterator and the specified FontRenderContext.
|
GVTGlyphVector |
GVTFont.createGlyphVector(java.awt.font.FontRenderContext frc,
char[] chars) |
Returns a new GlyphVector object created with the specified array of
characters and the specified FontRenderContext.
|
GVTGlyphVector |
GVTFont.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.
|
GVTGlyphVector |
GVTFont.createGlyphVector(java.awt.font.FontRenderContext frc,
java.lang.String str) |
Returns a new GlyphVector object created with the specified String and
the specified FontRenderContext.
|
GVTGlyphVector |
GVTFont.createGlyphVector(java.awt.font.FontRenderContext frc,
java.text.CharacterIterator ci) |
Returns a new GlyphVector object created with the specified
CharacterIterator and the specified FontRenderContext.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.