Uses of Class java.awt.geom.GeneralPath

Uses in package gnu.java.awt.font.opentype.truetype

Methods with return type java.awt.geom.GeneralPath

GeneralPath
TrueTypeScaler.getOutline(int glyphIndex, float pointSize, AffineTransform deviceTransform, boolean antialias, boolean fractionalMetrics, Hinter hinter, int type)
Retrieves the scaled outline of a glyph, adjusting control points to the raster grid if necessary.
GeneralPath
Zone.getPath(int type)

Uses in package gnu.java.awt.java2d

Fields of type java.awt.geom.GeneralPath

GeneralPath
A cached polyline.

Uses in package gnu.java.awt.font

Methods with return type java.awt.geom.GeneralPath

GeneralPath
FontDelegate.getGlyphOutline(int glyphIndex, float pointSize, AffineTransform transform, boolean antialias, boolean fractionalMetrics, int type)
Returns the shape of a glyph.

Uses in package gnu.java.awt.peer.qt

Methods with return type java.awt.geom.GeneralPath

GeneralPath
Returns the QPainterPath as a GeneralPath

Uses in package gnu.java.awt.font.opentype

Methods with return type java.awt.geom.GeneralPath

GeneralPath
OpenTypeFont.getGlyphOutline(int glyph, float pointSize, AffineTransform transform, boolean antialias, boolean fractionalMetrics, int flags)
Returns the shape of a glyph.
GeneralPath
Scaler.getOutline(int glyph, float pointSize, AffineTransform transform, boolean antialias, boolean fractionalMetrics, Hinter hinter, int type)
Retrieves the scaled outline of a glyph, adjusting control points to the raster grid if necessary.