Package org.apache.batik.gvt.font
Class AWTGlyphGeometryCache.Value
- java.lang.Object
-
- org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
-
- Enclosing class:
- AWTGlyphGeometryCache
public static class AWTGlyphGeometryCache.Value extends java.lang.ObjectThe object that holds glyph geometry.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.awt.geom.Rectangle2DgmBprotected java.awt.Shapeoutlineprotected java.awt.geom.Rectangle2DoutlineBounds
-
Constructor Summary
Constructors Constructor Description Value(java.awt.Shape outline, java.awt.geom.Rectangle2D gmB)Constructs a new Value with the specified parameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.Rectangle2DgetBounds2D()Returns the bounds of the glyph according to its glyph metrics.java.awt.ShapegetOutline()Returns the outline of the glyph.java.awt.geom.Rectangle2DgetOutlineBounds2D()Returns the bounds of the outline.
-
-
-
Method Detail
-
getOutline
public java.awt.Shape getOutline()
Returns the outline of the glyph.
-
getBounds2D
public java.awt.geom.Rectangle2D getBounds2D()
Returns the bounds of the glyph according to its glyph metrics.
-
getOutlineBounds2D
public java.awt.geom.Rectangle2D getOutlineBounds2D()
Returns the bounds of the outline.
-
-