Class GraphicsUtil


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

      Constructors 
      Constructor Description
      GraphicsUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void drawStringAlignCenter​(java.awt.Graphics2D g2d, java.lang.String s, int x, int y)  
      • Methods inherited from class java.lang.Object

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

      • GraphicsUtil

        public GraphicsUtil()
    • Method Detail

      • drawStringAlignCenter

        public static void drawStringAlignCenter​(java.awt.Graphics2D g2d,
                                                 java.lang.String s,
                                                 int x,
                                                 int y)