public static class AWTGlyphGeometryCache.Value
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.awt.geom.Rectangle2D |
gmB |
protected java.awt.Shape |
outline |
protected java.awt.geom.Rectangle2D |
outlineBounds |
Constructor and Description |
---|
Value(java.awt.Shape outline,
java.awt.geom.Rectangle2D gmB)
Constructs a new Value with the specified parameter.
|
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
getBounds2D()
Returns the bounds of the glyph according to its glyph metrics.
|
java.awt.Shape |
getOutline()
Returns the outline of the glyph.
|
java.awt.geom.Rectangle2D |
getOutlineBounds2D()
Returns the bounds of the outline.
|
protected java.awt.Shape outline
protected java.awt.geom.Rectangle2D gmB
protected java.awt.geom.Rectangle2D outlineBounds
public Value(java.awt.Shape outline, java.awt.geom.Rectangle2D gmB)
public java.awt.Shape getOutline()
public java.awt.geom.Rectangle2D getBounds2D()
public java.awt.geom.Rectangle2D getOutlineBounds2D()
Copyright © 2022 Apache Software Foundation. All Rights Reserved.