|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.web.taglib.RegionTagSupport
public class RegionTagSupport
The implementation class for all RegionTag classes.
Field Summary |
---|
Fields inherited from interface hep.aida.web.taglib.StyleProvider |
---|
plotterStyle |
Constructor Summary | |
---|---|
RegionTagSupport()
|
Method Summary | |
---|---|
void |
doStartTag(PlotterTagSupport plotterTagSupport,
javax.servlet.jsp.PageContext pageContext)
|
int |
getColSpan()
|
double |
getHeight()
|
String |
getHref()
|
hep.aida.IPlotterRegion |
getPlotterRegion()
|
int |
getRowSpan()
|
hep.aida.IBaseStyle |
getStyle()
|
hep.aida.IBaseStyle |
getStyle(String type)
|
String |
getTitle()
|
String |
getVar()
|
double |
getWidth()
|
double |
getX()
|
double |
getY()
|
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegionTagSupport()
Method Detail |
---|
public void doStartTag(PlotterTagSupport plotterTagSupport, javax.servlet.jsp.PageContext pageContext) throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public hep.aida.IPlotterRegion getPlotterRegion()
public void setX(double x)
RegionTag
setX
in interface RegionTag
x
- relative x position of the region within the plotterpublic double getX()
public void setY(double y)
RegionTag
setY
in interface RegionTag
y
- relative y position of the region within the plotterpublic double getY()
public void setWidth(double width)
RegionTag
setWidth
in interface RegionTag
width
- relative width of the region within the plotterpublic double getWidth()
public void setHeight(double height)
RegionTag
setHeight
in interface RegionTag
height
- relative height of the region within the plotterpublic double getHeight()
public void setRowSpan(int rowSpan)
RegionTag
setRowSpan
in interface RegionTag
rowSpan
- number of horizontal cells spanned in the region gridpublic int getRowSpan()
public void setColSpan(int colSpan)
RegionTag
setColSpan
in interface RegionTag
colSpan
- number of vertical cells spanned in the region gridpublic int getColSpan()
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 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 setScope(String scope)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |