|
||||||||||
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.RegionTagImpl
public class RegionTagImpl
Field Summary |
---|
Fields inherited from interface hep.aida.web.taglib.StyleProvider |
---|
plotterStyle |
Constructor Summary | |
---|---|
RegionTagImpl()
|
Method Summary | |
---|---|
void |
doTag()
|
String |
getHref()
|
hep.aida.IBaseStyle |
getStyle()
|
hep.aida.IBaseStyle |
getStyle(String type)
|
String |
getTitle()
|
String |
getVar()
|
void |
setColSpan(int colSpan)
Set the number of vertical cells spanned in the region grid. |
void |
setHeight(double height)
Set the relative height of the region within the plotter (a number between 0 and 1). |
void |
setHref(String href)
Specify an href to the region. |
void |
setRowSpan(int rowSpan)
Set the number of horizontal cells spanned in the region grid. |
void |
setScope(String scope)
|
void |
setTitle(String title)
Set the title of the plot in the current region. |
void |
setVar(String var)
|
void |
setWidth(double width)
Set the relative width of the region within the plotter (a number between 0 and 1). |
void |
setX(double x)
Set the relative horizontal position of the region within the plotter (a number between 0 and 1). |
void |
setY(double y)
Set the relative vertical position of the region within the plotter (a number between 0 and 1). |
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 RegionTagImpl()
Method Detail |
---|
public void doTag() throws javax.servlet.jsp.JspException, IOException
doTag
in interface javax.servlet.jsp.tagext.SimpleTag
doTag
in class javax.servlet.jsp.tagext.SimpleTagSupport
javax.servlet.jsp.JspException
IOException
public void setX(double x)
RegionTag
setX
in interface RegionTag
x
- relative x position of the region within the plotterpublic void setY(double y)
RegionTag
setY
in interface RegionTag
y
- relative y position of the region within the plotterpublic void setWidth(double width)
RegionTag
setWidth
in interface RegionTag
width
- relative width of the region within the plotterpublic void setHeight(double height)
RegionTag
setHeight
in interface RegionTag
height
- relative height of the region within the plotterpublic void setRowSpan(int rowSpan)
RegionTag
setRowSpan
in interface RegionTag
rowSpan
- number of horizontal cells spanned in the region gridpublic void setColSpan(int colSpan)
RegionTag
setColSpan
in interface RegionTag
colSpan
- number of vertical cells spanned in the region gridpublic hep.aida.IBaseStyle getStyle() throws javax.servlet.jsp.JspException
getStyle
in interface StyleProvider
javax.servlet.jsp.JspException
public hep.aida.IBaseStyle getStyle(String type) throws javax.servlet.jsp.JspException
getStyle
in interface StyleProvider
javax.servlet.jsp.JspException
public void setHref(String href)
RegionTag
setHref
in interface RegionTag
public String getHref()
public void setTitle(String title)
RegionTag
setTitle
in interface RegionTag
public String getTitle()
public void setVar(String var)
setVar
in interface RegionTag
public String getVar()
public void setScope(String scope)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |