net.java.sip.communicator.util.swing
Class AntialiasingManager
java.lang.Object
net.java.sip.communicator.util.swing.AntialiasingManager
public class AntialiasingManager
- extends Object
Through the AntialiasingManager the developer could activate the
antialiasing mechanism when painting. The method that do the job is
the activateAntialiasing method. It takes a Graphics
object and activates the antialiasing for it.
- Author:
- Yana Stamcheva
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntialiasingManager
public AntialiasingManager()
activateAntialiasing
public static void activateAntialiasing(Graphics g)
- Activates the antialiasing mechanism for the given Graphics
object.
- Parameters:
g - The Graphics object.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.