|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GVTFont | |
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.font | |
org.apache.batik.gvt.text |
Uses of GVTFont in org.apache.batik.bridge |
Classes in org.apache.batik.bridge that implement GVTFont | |
class |
SVGGVTFont
Represents an SVG font. |
Methods in org.apache.batik.bridge that return GVTFont | |
GVTFont |
SVGFontFamily.deriveFont(float size,
java.text.AttributedCharacterIterator aci)
Derives a GVTFont object of the correct size. |
GVTFont |
SVGGVTFont.deriveFont(float size)
Creates a new GVTFont object by replicating this font object and applying a new size to it. |
Uses of GVTFont in org.apache.batik.gvt.font |
Classes in org.apache.batik.gvt.font that implement GVTFont | |
class |
AWTGVTFont
This is a wrapper class for a java.awt.Font instance. |
Methods in org.apache.batik.gvt.font that return GVTFont | |
GVTFont |
MultiGlyphVector.getFont()
Returns the Font associated with this GlyphVector. |
GVTFont |
UnresolvedFontFamily.deriveFont(float size,
java.text.AttributedCharacterIterator aci)
Derives a GVTFont object of the correct size. |
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 |
GVTGlyphVector.getFont()
Returns the Font associated with this GlyphVector. |
GVTFont |
GVTFontFamily.deriveFont(float size,
java.text.AttributedCharacterIterator aci)
Derives a GVTFont object of the correct size. |
GVTFont |
AWTGVTGlyphVector.getFont()
Returns the GVTFont associated with this GVTGlyphVector. |
GVTFont |
AWTFontFamily.deriveFont(float size,
java.text.AttributedCharacterIterator aci)
Derives a GVTFont object of the correct size. |
GVTFont |
SVGGVTGlyphVector.getFont()
Returns the Font associated with this GlyphVector. |
Constructors in org.apache.batik.gvt.font with parameters of type GVTFont | |
SVGGVTGlyphVector(GVTFont font,
Glyph[] glyphs,
java.awt.font.FontRenderContext frc)
Constructs an SVGGVTGlyphVector. |
Uses of GVTFont in org.apache.batik.gvt.text |
Methods in org.apache.batik.gvt.text that return GVTFont | |
protected GVTFont |
GlyphLayout.getFont()
Returns the GVTFont to use when rendering the specified character iterator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |