|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlotterTag
A top level tag which generates an image containing one or more plots.
Method Summary | |
---|---|
void |
setAllowDownload(boolean allowDownload)
Set whether to display links below the generated image to allow downloading in other formats. |
void |
setCreateImageMap(boolean createImageMap)
Set whether to create an image map on top of the plot; each region has a link. |
void |
setFormat(String format)
Set the default format to use for the generated image. |
void |
setHeight(int height)
Set the height of the generated image, in pixels. |
void |
setName(String name)
Set the name for the generated plot. |
void |
setNx(int nx)
Set the number of horizontal cells in the region grid. |
void |
setNy(int ny)
Set the number of vertical cells in the region grid. |
void |
setVar(Object var)
Set the plotter to translate into an image. |
void |
setWidth(int width)
Set the width of the generated image, in pixels. |
Methods inherited from interface hep.aida.web.taglib.StyleProvider |
---|
getStyle, getStyle |
Method Detail |
---|
void setName(String name)
void setWidth(int width)
void setHeight(int height)
void setNx(int nx)
void setNy(int ny)
void setFormat(String format)
void setAllowDownload(boolean allowDownload)
void setCreateImageMap(boolean createImageMap)
void setVar(Object var)
IPlotter
, or the name of a variable in a JSP scope holding an
IPlotter
. This is an optional attribute. The IPlotter
generated by any nested <region>
and
<plot>
tags will take precedence.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |