net.web
Class ChartServer

java.lang.Object
  extended by net.web.ChartServer

public class ChartServer
extends java.lang.Object


Constructor Summary
ChartServer()
           
 
Method Summary
static void toServlet(java.awt.Image img, javax.servlet.ServletOutputStream sos)
           
static void writeGif(javax.servlet.http.HttpServletResponse response, java.awt.Component c)
           
static void writeGif(javax.servlet.http.HttpServletResponse response, java.awt.Image img)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartServer

public ChartServer()
Method Detail

writeGif

public static void writeGif(javax.servlet.http.HttpServletResponse response,
                            java.awt.Component c)

writeGif

public static void writeGif(javax.servlet.http.HttpServletResponse response,
                            java.awt.Image img)
                     throws java.io.IOException
Throws:
java.io.IOException

toServlet

public static void toServlet(java.awt.Image img,
                             javax.servlet.ServletOutputStream sos)