Class FontMetrics

java.lang.Object
net.sourceforge.plantuml.awt.FontMetrics

public class FontMetrics extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getStringBounds(java.lang.String s, java.awt.Graphics2D g2d)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FontMetrics

      public FontMetrics()
  • Method Details

    • getStringBounds

      public Rectangle2D getStringBounds(java.lang.String s, java.awt.Graphics2D g2d)