com.algosome.common.swing.gui
Class Gradient

java.lang.Object
  extended by com.algosome.common.swing.gui.Gradient

public class Gradient
extends java.lang.Object

Utility class to draw a gradient using a provided graphics object.


Constructor Summary
Gradient()
           
 
Method Summary
static void drawGradient(java.awt.Graphics g, int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gradient

public Gradient()
Method Detail

drawGradient

public static void drawGradient(java.awt.Graphics g,
                                int width)