org.apache.batik.gvt.font
public static class AWTGlyphGeometryCache.Value extends Object
| Field Summary | |
|---|---|
| protected Rectangle2D | gmB |
| protected Shape | outline |
| protected Rectangle2D | outlineBounds |
| Constructor Summary | |
|---|---|
| Value(Shape outline, Rectangle2D gmB)
Constructs a new Value with the specified parameter. | |
| Method Summary | |
|---|---|
| Rectangle2D | getBounds2D()
Returns the bounds of the glyph according to its glyph metrics. |
| Shape | getOutline()
Returns the outline of the glyph. |
| Rectangle2D | getOutlineBounds2D()
Returns the bounds of the outline. |