|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.web.taglib.PlotterTagSupport
hep.aida.web.taglib.PlotSetTagSupport
public class PlotSetTagSupport
Field Summary |
---|
Fields inherited from interface hep.aida.web.taglib.StyleProvider |
---|
plotterStyle |
Constructor Summary | |
---|---|
PlotSetTagSupport()
|
Method Summary | |
---|---|
void |
doBodyTag(javax.servlet.jsp.tagext.JspFragment jspBody,
javax.servlet.jsp.PageContext pageContext)
Process nested tags (if any) and/or emulate them |
void |
doStartTag(javax.servlet.jsp.PageContext pageContext)
Do initial checks and configure Plotter and Navigation Bar |
String |
getStatusvar()
|
void |
setHeight(int height)
Set the height of the generated image, in pixels. |
void |
setId(String id)
The id for the browsing when multiple plotSet tags are present in a page. |
void |
setLayout(String layout)
The layout of the plot page. |
void |
setMaxplots(int maxPlots)
The maximum number of plots in a page. |
void |
setNplots(int nPlots)
Total number of plots to browse. |
void |
setPlots(Object plots)
Set objects to plot. |
void |
setStatusvar(String statusVar)
Set the name of the variable that is going to keep the information about the current status of the PlotSetTag processing. |
void |
setWidth(int width)
Set the width of the generated image, in pixels. |
Methods inherited from class hep.aida.web.taglib.PlotterTagSupport |
---|
createRegion, doEndTag, getCreateImageMap, getFormat, getHeight, getName, getNx, getNy, getPlotNameVar, getPlotter, getPlotterFactory, getStyle, getStyle, getVar, getWidth, isAllowDownload, isNxOrNySet, numberOfRegions, regionTagSupport, setAllowDownload, setCreateImageMap, setFormat, setName, setNx, setNy, setPlotNameVar, setVar |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hep.aida.web.taglib.PlotterTag |
---|
setAllowDownload, setCreateImageMap, setFormat, setName, setNx, setNy, setVar |
Methods inherited from interface hep.aida.web.taglib.StyleProvider |
---|
getStyle, getStyle |
Constructor Detail |
---|
public PlotSetTagSupport()
Method Detail |
---|
public void doStartTag(javax.servlet.jsp.PageContext pageContext) throws javax.servlet.jsp.JspException
doStartTag
in class PlotterTagSupport
javax.servlet.jsp.JspException
public void doBodyTag(javax.servlet.jsp.tagext.JspFragment jspBody, javax.servlet.jsp.PageContext pageContext) throws javax.servlet.jsp.JspException, IOException
javax.servlet.jsp.JspException
IOException
public void setPlots(Object plots)
PlotSetTag
setPlots
in interface PlotSetTag
public void setNplots(int nPlots)
PlotSetTag
setNplots
in interface PlotSetTag
public void setMaxplots(int maxPlots)
PlotSetTag
setMaxplots
in interface PlotSetTag
public void setId(String id)
PlotSetTag
setId
in interface PlotSetTag
public void setLayout(String layout)
PlotSetTag
setLayout
in interface PlotSetTag
public void setStatusvar(String statusVar)
PlotSetTag
setStatusvar
in interface PlotSetTag
public String getStatusvar()
public void setWidth(int width)
PlotterTag
setWidth
in interface PlotterTag
setWidth
in class PlotterTagSupport
public void setHeight(int height)
PlotterTag
setHeight
in interface PlotterTag
setHeight
in class PlotterTagSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |