|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
hep.aida.web.taglib.jsp20.TupleProjectionTagImpl
public class TupleProjectionTagImpl
Constructor Summary | |
---|---|
TupleProjectionTagImpl()
|
Method Summary | |
---|---|
void |
doTag()
|
TupleProjectionTagSupport |
getTupleProjectionTagSupport()
|
void |
setFilter(String filter)
Set the filter. |
void |
setName(String var)
|
void |
setScope(String scope)
Set the scope of the output variable. |
void |
setTuple(hep.aida.ITuple tuple)
Set the ITuple from which to make the projection. |
void |
setVar(String var)
Set the name of the output variable for the projection; it is an IManagedObject . |
void |
setXbins(int xbins)
Set the number of bins along the x on the projection. |
void |
setXmax(double xmax)
Set the upper edge along x. |
void |
setXmin(double xmin)
Set the lower edge along x. |
void |
setXprojection(String xproj)
Set the x projection. |
void |
setYbins(int ybins)
Set the number of bins along the y on the projection. |
void |
setYmax(double ymax)
Set the upper edge along y. |
void |
setYmin(double ymin)
Set the lower edge along y. |
void |
setYprojection(String yproj)
Set the y projection. |
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TupleProjectionTagImpl()
Method Detail |
---|
public TupleProjectionTagSupport getTupleProjectionTagSupport()
public void doTag() throws javax.servlet.jsp.JspException
doTag
in interface javax.servlet.jsp.tagext.SimpleTag
doTag
in class javax.servlet.jsp.tagext.SimpleTagSupport
javax.servlet.jsp.JspException
public void setVar(String var)
TupleProjectionTag
IManagedObject
. This is a required attribute. If the scope is
not specified (see TupleProjectionTag.setScope(String)
) then the projection will
be stored in page
scope.
setVar
in interface TupleProjectionTag
var
- the name of the output variableTupleProjectionTag.setScope(String)
public void setName(String var)
setName
in interface TupleProjectionTag
public void setScope(String scope)
TupleProjectionTag
page
,request
,
session
or application
. The default is
page
.
setScope
in interface TupleProjectionTag
scope
- scope of the output variableTupleProjectionTag.setVar(String)
public void setXbins(int xbins)
TupleProjectionTag
setXbins
in interface TupleProjectionTag
xbins
- The number of bins on the x axis.public void setYbins(int ybins)
TupleProjectionTag
setYbins
in interface TupleProjectionTag
ybins
- The number of bins on the y axis.public void setTuple(hep.aida.ITuple tuple)
TupleProjectionTag
ITuple
from which to make the projection. This is a
required attribute.
setTuple
in interface TupleProjectionTag
tuple
- the ITuple
to project.public void setXprojection(String xproj)
TupleProjectionTag
setXprojection
in interface TupleProjectionTag
xproj
- the value to project.public void setYprojection(String yproj)
TupleProjectionTag
setYprojection
in interface TupleProjectionTag
yproj
- the value to project.public void setFilter(String filter)
TupleProjectionTag
setFilter
in interface TupleProjectionTag
filter
- the filter for the projection.public void setXmin(double xmin)
TupleProjectionTag
setXmin
in interface TupleProjectionTag
xmin
- The lower edge along x.public void setXmax(double xmax)
TupleProjectionTag
setXmax
in interface TupleProjectionTag
xmax
- The upper edge along x.public void setYmin(double ymin)
TupleProjectionTag
setYmin
in interface TupleProjectionTag
ymin
- The lower edge along y.public void setYmax(double ymax)
TupleProjectionTag
setYmax
in interface TupleProjectionTag
ymax
- The upper edge along y.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |