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, service
public 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, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2010 The Apache Software Foundation