org.zilonis.tool.ext.mailman.ui.image
Class MessageIconGenerator

java.lang.Object
  extended by org.zilonis.tool.ext.mailman.ui.image.MessageIconGenerator

public final class MessageIconGenerator
extends java.lang.Object


Method Summary
static java.awt.image.BufferedImage createIcon(int count)
           
static java.awt.image.BufferedImage createIcon(int oldNum, int newNum, float pct)
           
static java.awt.image.BufferedImage createIcon(Message[] messages)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createIcon

public static java.awt.image.BufferedImage createIcon(Message[] messages)

createIcon

public static java.awt.image.BufferedImage createIcon(int count)

createIcon

public static java.awt.image.BufferedImage createIcon(int oldNum,
                                                      int newNum,
                                                      float pct)

main

public static void main(java.lang.String[] args)