Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.util.swing
Class AntialiasingManager

java.lang.Object
  extended by 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

Constructor Summary
AntialiasingManager()
           
 
Method Summary
static void activateAntialiasing(Graphics g)
          Activates the antialiasing mechanism for the given Graphics object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntialiasingManager

public AntialiasingManager()
Method Detail

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.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.