Java java.awt.font GlyphVector fields, constructors, methods, implement or subclass

Example usage for Java java.awt.font GlyphVector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.font GlyphVector.

The text is from its open source code.

Method

FontgetFont()
Returns the Font associated with this GlyphVector .
GlyphMetricsgetGlyphMetrics(int glyphIndex)
Returns the metrics of the glyph at the specified index into this GlyphVector .
ShapegetGlyphOutline(int glyphIndex)
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector .
Point2DgetGlyphPosition(int glyphIndex)
Returns the position of the specified glyph relative to the origin of this GlyphVector .
Rectangle2DgetLogicalBounds()
Returns the logical bounds of this GlyphVector .
intgetNumGlyphs()
Returns the number of glyphs in this GlyphVector .
ShapegetOutline(float x, float y)
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector when rendered at x, y.
ShapegetOutline()
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector .
RectanglegetPixelBounds(FontRenderContext renderFRC, float x, float y)
Returns the pixel bounds of this GlyphVector when rendered in a graphics with the given FontRenderContext at the given location.
Rectangle2DgetVisualBounds()
Returns the visual bounds of this GlyphVector The visual bounds is the bounding box of the outline of this GlyphVector .
voidsetGlyphPosition(int glyphIndex, Point2D newPos)
Sets the position of the specified glyph within this GlyphVector .