public abstract class ATEUtilities extends Object
public static void prepareForText(Graphics g)
Graphics instance for rendering text. When g is
an instance of Graphics2D, this methods sets the
RenderingHints for text anti-aliasing to the default values
requested by the system, or passed to the application in the
swing.aatext property.g - The Graphics instanceCopyright © 2013. All rights reserved.