|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.web.taglib.PlotSetStatus
public class PlotSetStatus
Constructor Summary | |
---|---|
PlotSetStatus()
|
Method Summary | |
---|---|
int |
getIndex()
Index of the plot that is currently processed |
int |
getMaxplots()
Max number of plots per page |
int |
getNplots()
Total number of plots to browse |
String |
getOffsetvariable()
|
Object[] |
getPlots()
Actual data |
int |
getPlotsinpage()
Total number of plots on the current page |
int |
getStartindex()
Starting index for the current page |
void |
setIndex(int index)
|
void |
setMaxplots(int maxplots)
|
void |
setNplots(int nplots)
|
void |
setOffsetvariable(String offsetvariable)
|
void |
setPlots(Object[] data)
|
void |
setPlotsinpage(int plotsinpage)
|
void |
setStratindex(int offset)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlotSetStatus()
Method Detail |
---|
public int getNplots()
public void setNplots(int nplots)
public int getMaxplots()
public void setMaxplots(int maxplots)
public int getPlotsinpage()
public void setPlotsinpage(int plotsinpage)
public int getIndex()
public void setIndex(int index)
public int getStartindex()
public void setStratindex(int offset)
public Object[] getPlots()
public void setPlots(Object[] data)
public void setOffsetvariable(String offsetvariable)
public String getOffsetvariable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |