net.sf.jzeno.util
Class DrawingUtils

java.lang.Object
  extended by net.sf.jzeno.util.DrawingUtils

public class DrawingUtils
extends java.lang.Object

A utility class that can generate commonly used web graphics, like gradients, rounded corners, etc..


Constructor Summary
DrawingUtils()
           
 
Method Summary
static ImageReference getVerticalGradient(int imageHeight, int gradientHeight, Color topColor, Color bottomColor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawingUtils

public DrawingUtils()
Method Detail

getVerticalGradient

public static ImageReference getVerticalGradient(int imageHeight,
                                                 int gradientHeight,
                                                 Color topColor,
                                                 Color bottomColor)