|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegionTag
A plot region within a <plotter>
.
Field Summary |
---|
Fields inherited from interface hep.aida.web.taglib.StyleProvider |
---|
plotterStyle |
Method Summary | |
---|---|
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 |
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 interface hep.aida.web.taglib.StyleProvider |
---|
getStyle, getStyle |
Method Detail |
---|
void setX(double x)
x
- relative x position of the region within the plottervoid setY(double y)
y
- relative y position of the region within the plottervoid setWidth(double width)
width
- relative width of the region within the plottervoid setHeight(double height)
height
- relative height of the region within the plottervoid setRowSpan(int rowSpan)
rowSpan
- number of horizontal cells spanned in the region gridvoid setColSpan(int colSpan)
colSpan
- number of vertical cells spanned in the region gridvoid setHref(String href)
void setTitle(String title)
void setVar(String var)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |