public class TaskGraphServlet
extends javax.servlet.http.HttpServlet
限定符和类型 | 字段和说明 |
---|---|
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
|
构造器和说明 |
---|
TaskGraphServlet() |
限定符和类型 | 方法和说明 |
---|---|
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
在类中 javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2009 The Apache Software Foundation