public class TaskGraphServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static int |
height
height of the graph w/o margins
|
static int |
width
height of the graph w/o margins
|
static int |
xmargin
margin space on x axis
|
static int |
ymargin
margin space on y axis
|
| Constructor and Description |
|---|
TaskGraphServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final int width
public static final int height
public static final int ymargin
public static final int xmargin
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionjava.io.IOExceptionCopyright © 2009 The Apache Software Foundation