Uses of Class
org.apache.batik.gvt.font.AWTGVTFont
-
Packages that use AWTGVTFont Package Description org.apache.batik.gvt.font -
-
Uses of AWTGVTFont in org.apache.batik.gvt.font
Fields in org.apache.batik.gvt.font declared as AWTGVTFont Modifier and Type Field Description private AWTGVTFont
AWTGVTGlyphVector. gvtFont
Methods in org.apache.batik.gvt.font that return AWTGVTFont Modifier and Type Method Description (package private) static AWTGVTFont
AWTGVTFont. getAWTGVTFont(java.awt.Font awtFont)
Methods in org.apache.batik.gvt.font with parameters of type AWTGVTFont Modifier and Type Method Description static AWTGlyphGeometryCache.Value
AWTGVTFont. getGlyphGeometry(AWTGVTFont font, char c, java.awt.font.GlyphVector gv, int glyphIndex, java.awt.geom.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 AWTGVTFont Constructor Description AWTGVTGlyphVector(java.awt.font.GlyphVector glyphVector, AWTGVTFont font, double scaleFactor, java.text.CharacterIterator ci)
Creates and new AWTGVTGlyphVector from the specified GlyphVector and AWTGVTFont objects.
-