Package org.apache.batik.gvt.font
Class AWTGlyphGeometryCache.Value
java.lang.Object
org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
- Enclosing class:
- AWTGlyphGeometryCache
The object that holds glyph geometry.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValue
(Shape outline, Rectangle2D gmB) Constructs a new Value with the specified parameter. -
Method Summary
Modifier and TypeMethodDescriptionReturns the bounds of the glyph according to its glyph metrics.Returns the outline of the glyph.Returns the bounds of the outline.
-
Field Details
-
outline
-
gmB
-
outlineBounds
-
-
Constructor Details
-
Value
Constructs a new Value with the specified parameter.
-
-
Method Details
-
getOutline
Returns the outline of the glyph. -
getBounds2D
Returns the bounds of the glyph according to its glyph metrics. -
getOutlineBounds2D
Returns the bounds of the outline.
-