Class AWTGlyphGeometryCache.Value

java.lang.Object
org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
Enclosing class:
AWTGlyphGeometryCache

public static class AWTGlyphGeometryCache.Value extends Object
The object that holds glyph geometry.
  • Field Details

  • Constructor Details

    • Value

      public Value(Shape outline, Rectangle2D gmB)
      Constructs a new Value with the specified parameter.
  • Method Details

    • getOutline

      public Shape getOutline()
      Returns the outline of the glyph.
    • getBounds2D

      public Rectangle2D getBounds2D()
      Returns the bounds of the glyph according to its glyph metrics.
    • getOutlineBounds2D

      public Rectangle2D getOutlineBounds2D()
      Returns the bounds of the outline.