Uses of Class
org.apache.batik.gvt.font.AWTGVTFont
Packages that use AWTGVTFont
-
Uses of AWTGVTFont in org.apache.batik.gvt.font
Fields in org.apache.batik.gvt.font declared as AWTGVTFontMethods in org.apache.batik.gvt.font that return AWTGVTFontModifier and TypeMethodDescription(package private) static AWTGVTFont
AWTGVTFont.getAWTGVTFont
(Font awtFont) Methods in org.apache.batik.gvt.font with parameters of type AWTGVTFontModifier and TypeMethodDescriptionstatic AWTGlyphGeometryCache.Value
AWTGVTFont.getGlyphGeometry
(AWTGVTFont font, char c, GlyphVector gv, int glyphIndex, Point2D glyphPos) Returns the geometry of the specified character.(package private) static void
AWTGVTFont.putAWTGVTFont
(AWTGVTFont font) Constructors in org.apache.batik.gvt.font with parameters of type AWTGVTFontModifierConstructorDescriptionAWTGVTGlyphVector
(GlyphVector glyphVector, AWTGVTFont font, double scaleFactor, CharacterIterator ci) Creates and new AWTGVTGlyphVector from the specified GlyphVector and AWTGVTFont objects.