| 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.gvt.flow | |
| org.apache.batik.gvt.font |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SVGGVTFont |
Represents an SVG font.
|
| Modifier and Type | Method | Description |
|---|---|---|
GVTFont |
SVGFontFamily.deriveFont(float size,
java.text.AttributedCharacterIterator aci) |
Derives a GVTFont object of the correct size.
|
GVTFont |
SVGFontFamily.deriveFont(float size,
java.util.Map attrs) |
Derives a GVTFont object of the correct size from an attribute Map.
|
GVTFont |
SVGGVTFont.deriveFont(float size) |
Creates a new GVTFont object by replicating this font object and
applying a new size to it.
|
protected GVTFont |
GlyphLayout.getFont() |
Returns the GVTFont to use when rendering the specified
character iterator.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
WordInfo.addLineMetrics(GVTFont font,
GVTLineMetrics lm) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AWTGVTFont |
This is a wrapper class for a java.awt.Font instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
GVTFont |
AWTFontFamily.deriveFont(float size,
java.text.AttributedCharacterIterator aci) |
Derives a GVTFont object of the correct size.
|
GVTFont |
AWTFontFamily.deriveFont(float size,
java.util.Map attrs) |
Derives a GVTFont object of the correct size from an attribute Map.
|
GVTFont |
AWTGVTFont.deriveFont(float size) |
Creates a new Font object by replicating the current Font object and
applying a new size to it.
|
GVTFont |
GVTFont.deriveFont(float size) |
Creates a new Font object by replicating the current Font object and
applying a new size to it.
|
GVTFont |
GVTFontFamily.deriveFont(float size,
java.text.AttributedCharacterIterator aci) |
Derives a GVTFont object of the correct size.
|
GVTFont |
GVTFontFamily.deriveFont(float size,
java.util.Map attrs) |
Derives a GVTFont object of the correct size from an attribute Map.
|
GVTFont |
UnresolvedFontFamily.deriveFont(float size,
java.text.AttributedCharacterIterator aci) |
Derives a GVTFont object of the correct size.
|
GVTFont |
UnresolvedFontFamily.deriveFont(float size,
java.util.Map attrs) |
Derives a GVTFont object of the correct size from an attribute Map.
|
GVTFont |
AWTGVTGlyphVector.getFont() |
Returns the GVTFont associated with this GVTGlyphVector.
|
GVTFont |
GVTGlyphVector.getFont() |
Returns the Font associated with this GlyphVector.
|
GVTFont |
MultiGlyphVector.getFont() |
Returns the Font associated with this GlyphVector.
|
GVTFont |
SVGGVTGlyphVector.getFont() |
Returns the Font associated with this GlyphVector.
|
| Constructor | Description |
|---|---|
SVGGVTGlyphVector(GVTFont font,
Glyph[] glyphs,
java.awt.font.FontRenderContext frc) |
Constructs an SVGGVTGlyphVector.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.