Class AbstractGlyphRun.Metrics

  • Enclosing class:
    AbstractGlyphRun<T extends java.awt.Shape>

    static class AbstractGlyphRun.Metrics
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) @NotNull java.awt.geom.Rectangle2D layoutBounds  
      (package private) @NotNull java.awt.geom.Rectangle2D paintBounds  
    • Constructor Summary

      Constructors 
      Constructor Description
      Metrics​(@NotNull java.awt.geom.Rectangle2D paintBounds, @NotNull java.awt.geom.Rectangle2D layoutBounds)  
    • Field Detail

      • paintBounds

        @NotNull
        final @NotNull java.awt.geom.Rectangle2D paintBounds
      • layoutBounds

        @NotNull
        final @NotNull java.awt.geom.Rectangle2D layoutBounds
    • Constructor Detail

      • Metrics

        Metrics​(@NotNull
                @NotNull java.awt.geom.Rectangle2D paintBounds,
                @NotNull
                @NotNull java.awt.geom.Rectangle2D layoutBounds)