|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
public static class AWTGlyphGeometryCache.Value
The object that holds glyph geometry.
Field Summary | |
---|---|
protected Rectangle2D |
gmB
|
protected Shape |
outline
|
protected Rectangle2D |
outlineBounds
|
Constructor Summary | |
---|---|
AWTGlyphGeometryCache.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Shape outline
protected Rectangle2D gmB
protected Rectangle2D outlineBounds
Constructor Detail |
---|
public AWTGlyphGeometryCache.Value(Shape outline, Rectangle2D gmB)
Method Detail |
---|
public Shape getOutline()
public Rectangle2D getBounds2D()
public Rectangle2D getOutlineBounds2D()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |