|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.web.taglib.util.PlotCommand
public class PlotCommand
A command to make plots.
Constructor Summary | |
---|---|
PlotCommand()
|
Method Summary | |
---|---|
boolean |
createImageMap()
Return whether to create an image map on the plot. |
String |
getFormat()
Return the format of the plot. |
int |
getHeight()
Return the height of the plot in pixels. |
String |
getName()
Return the plot token under which the IPLotter is stored in session scope. |
int |
getWidth()
Return the width of the plot in pixels. |
boolean |
isAllowDownload()
Return whether to show the "allow download" links beneath the plot. |
void |
setAllowDownload(boolean allowDownload)
Set whether to show the "allow download" links beneath the plot. |
void |
setCreateImageMap(boolean createImageMap)
Set whether to create an image map on the plot. |
void |
setFormat(String format)
Set the format of the plot. |
void |
setHeight(int height)
Set the height of the plot in pixels. |
void |
setName(String plotterID)
Set the plot token under which the IPLotter is stored in session scope. |
void |
setWidth(int width)
Set the width of the plot in pixels. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlotCommand()
Method Detail |
---|
public String getName()
public void setName(String plotterID)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public String getFormat()
public void setFormat(String format)
public boolean isAllowDownload()
public void setAllowDownload(boolean allowDownload)
public boolean createImageMap()
public void setCreateImageMap(boolean createImageMap)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |