|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.utgenome.gwt.utgb.server.RequestHandlerBase
org.utgenome.gwt.utgb.server.app.RoundCircle
public class RoundCircle
Generates a circle image
| Field Summary | |
|---|---|
String |
color
|
float |
opacity
|
int |
size
|
| Constructor Summary | |
|---|---|
RoundCircle()
|
|
| Method Summary | |
|---|---|
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP request |
| Methods inherited from class org.utgenome.gwt.utgb.server.RequestHandlerBase |
|---|
doGet, doPost, validate |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String color
public int size
public float opacity
| Constructor Detail |
|---|
public RoundCircle()
| Method Detail |
|---|
public void handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
RequestHandler
handle in interface RequestHandlerhandle in class RequestHandlerBaserequest - the http servlet requestresponse - the http servlet response
javax.servlet.ServletException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||