Uses of Interface
org.apache.batik.gvt.font.GVTFont

Packages that use GVTFont
org.apache.batik.gvt.flow   
org.apache.batik.gvt.font   
 

Uses of GVTFont in org.apache.batik.gvt.flow
 

Methods in org.apache.batik.gvt.flow with parameters of type GVTFont
 void WordInfo.addLineMetrics(GVTFont font, GVTLineMetrics lm)
           
 

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 GVTFont.deriveFont(float size)
          Creates a new Font object by replicating the current Font object and applying a new size to it.
 GVTFont AWTGVTFont.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, AttributedCharacterIterator aci)
          Derives a GVTFont object of the correct size.
 GVTFont AWTFontFamily.deriveFont(float size, AttributedCharacterIterator aci)
          Derives a GVTFont object of the correct size.
 GVTFont UnresolvedFontFamily.deriveFont(float size, AttributedCharacterIterator aci)
          Derives a GVTFont object of the correct size.
 GVTFont GVTFontFamily.deriveFont(float size, Map attrs)
          Derives a GVTFont object of the correct size from an attribute Map.
 GVTFont AWTFontFamily.deriveFont(float size, Map attrs)
          Derives a GVTFont object of the correct size from an attribute Map.
 GVTFont UnresolvedFontFamily.deriveFont(float size, Map attrs)
          Derives a GVTFont object of the correct size from an attribute Map.
 GVTFont GVTGlyphVector.getFont()
          Returns the Font associated with this GlyphVector.
 GVTFont AWTGVTGlyphVector.getFont()
          Returns the GVTFont associated with this GVTGlyphVector.
 GVTFont SVGGVTGlyphVector.getFont()
          Returns the Font associated with this GlyphVector.
 GVTFont MultiGlyphVector.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, FontRenderContext frc)
          Constructs an SVGGVTGlyphVector.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.