Uses of Interface
org.apache.batik.gvt.font.GVTFont
-
Packages that use GVTFont 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 -
-
Uses of GVTFont in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement GVTFont Modifier and Type Class Description classSVGGVTFontRepresents an SVG font.Fields in org.apache.batik.bridge declared as GVTFont Modifier and Type Field Description private GVTFontGlyphLayout. fontMethods in org.apache.batik.bridge that return GVTFont Modifier and Type Method Description GVTFontSVGFontFamily. deriveFont(float size, java.text.AttributedCharacterIterator aci)Derives a GVTFont object of the correct size.GVTFontSVGFontFamily. deriveFont(float size, java.util.Map attrs)Derives a GVTFont object of the correct size from an attribute Map.GVTFontSVGGVTFont. deriveFont(float size)Creates a new GVTFont object by replicating this font object and applying a new size to it.protected GVTFontGlyphLayout. getFont()Returns the GVTFont to use when rendering the specified character iterator. -
Uses of GVTFont in org.apache.batik.extension.svg
Fields in org.apache.batik.extension.svg declared as GVTFont Modifier and Type Field Description (package private) GVTFontGlyphIterator. font -
Uses of GVTFont in org.apache.batik.gvt.flow
Methods in org.apache.batik.gvt.flow with parameters of type GVTFont Modifier and Type Method Description voidWordInfo. addLineMetrics(GVTFont font, GVTLineMetrics lm) -
Uses of GVTFont in org.apache.batik.gvt.font
Classes in org.apache.batik.gvt.font that implement GVTFont Modifier and Type Class Description classAWTGVTFontThis is a wrapper class for a java.awt.Font instance.Fields in org.apache.batik.gvt.font declared as GVTFont Modifier and Type Field Description private GVTFontSVGGVTGlyphVector. fontMethods in org.apache.batik.gvt.font that return GVTFont Modifier and Type Method Description GVTFontAWTFontFamily. deriveFont(float size, java.text.AttributedCharacterIterator aci)Derives a GVTFont object of the correct size.GVTFontAWTFontFamily. deriveFont(float size, java.util.Map attrs)Derives a GVTFont object of the correct size from an attribute Map.GVTFontAWTGVTFont. deriveFont(float size)Creates a new Font object by replicating the current Font object and applying a new size to it.GVTFontGVTFont. deriveFont(float size)Creates a new Font object by replicating the current Font object and applying a new size to it.GVTFontGVTFontFamily. deriveFont(float size, java.text.AttributedCharacterIterator aci)Derives a GVTFont object of the correct size.GVTFontGVTFontFamily. deriveFont(float size, java.util.Map attrs)Derives a GVTFont object of the correct size from an attribute Map.GVTFontUnresolvedFontFamily. deriveFont(float size, java.text.AttributedCharacterIterator aci)Derives a GVTFont object of the correct size.GVTFontUnresolvedFontFamily. deriveFont(float size, java.util.Map attrs)Derives a GVTFont object of the correct size from an attribute Map.GVTFontAWTGVTGlyphVector. getFont()Returns the GVTFont associated with this GVTGlyphVector.GVTFontGVTGlyphVector. getFont()Returns the Font associated with this GlyphVector.GVTFontMultiGlyphVector. getFont()Returns the Font associated with this GlyphVector.GVTFontSVGGVTGlyphVector. getFont()Returns the Font associated with this GlyphVector.Constructors in org.apache.batik.gvt.font with parameters of type GVTFont Constructor Description SVGGVTGlyphVector(GVTFont font, Glyph[] glyphs, java.awt.font.FontRenderContext frc)Constructs an SVGGVTGlyphVector.
-