Class Graphics2DUtils


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

      Constructors 
      Constructor Description
      Graphics2DUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setAntiAlias​(java.awt.Graphics2D g2, boolean aa)  
      • Methods inherited from class java.lang.Object

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

      • Graphics2DUtils

        public Graphics2DUtils()
    • Method Detail

      • setAntiAlias

        public static void setAntiAlias​(java.awt.Graphics2D g2,
                                        boolean aa)