Uses of Interface
org.apache.batik.gvt.font.GVTFont
Packages that use GVTFont
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of GVTFont in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement GVTFontMethods in org.apache.batik.bridge that return GVTFontModifier and TypeMethodDescriptionSVGFontFamily.deriveFont
(float size, AttributedCharacterIterator aci) Derives a GVTFont object of the correct size.SVGFontFamily.deriveFont
(float size, Map attrs) Derives a GVTFont object of the correct size from an attribute Map.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. -
Uses of GVTFont in org.apache.batik.gvt.flow
Methods in org.apache.batik.gvt.flow with parameters of type GVTFont -
Uses of GVTFont in org.apache.batik.gvt.font
Classes in org.apache.batik.gvt.font that implement GVTFontModifier and TypeClassDescriptionclass
This is a wrapper class for a java.awt.Font instance.Methods in org.apache.batik.gvt.font that return GVTFontModifier and TypeMethodDescriptionAWTFontFamily.deriveFont
(float size, AttributedCharacterIterator aci) Derives a GVTFont object of the correct size.AWTFontFamily.deriveFont
(float size, Map attrs) Derives a GVTFont object of the correct size from an attribute Map.AWTGVTFont.deriveFont
(float size) Creates a new Font object by replicating the current Font object and applying a new size to it.GVTFont.deriveFont
(float size) Creates a new Font object by replicating the current Font object and applying a new size to it.GVTFontFamily.deriveFont
(float size, AttributedCharacterIterator aci) Derives a GVTFont object of the correct size.GVTFontFamily.deriveFont
(float size, Map attrs) Derives a GVTFont object of the correct size from an attribute Map.UnresolvedFontFamily.deriveFont
(float size, AttributedCharacterIterator aci) Derives a GVTFont object of the correct size.UnresolvedFontFamily.deriveFont
(float size, Map attrs) Derives a GVTFont object of the correct size from an attribute Map.AWTGVTGlyphVector.getFont()
Returns the GVTFont associated with this GVTGlyphVector.GVTGlyphVector.getFont()
Returns the Font associated with this GlyphVector.MultiGlyphVector.getFont()
Returns the Font associated with this GlyphVector.SVGGVTGlyphVector.getFont()
Returns the Font associated with this GlyphVector.Constructors in org.apache.batik.gvt.font with parameters of type GVTFontModifierConstructorDescriptionSVGGVTGlyphVector
(GVTFont font, Glyph[] glyphs, FontRenderContext frc) Constructs an SVGGVTGlyphVector.