|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataPointSetTag
A top level tag which cretes an AIDA IDataPointSet
.
Method Summary | |
---|---|
void |
setScope(String scope)
Set the scope of the output variable. |
void |
setTitle(String title)
Set the title of the DataPointSet. |
void |
setTuple(Object tuple)
Set the ITuple used to fill the IDataPointSet . |
void |
setVar(String var)
Set the name of the output variable for the IDataPointSet . |
void |
setXaxisColumn(String xAxisColumn)
Set the column name from the ITuple to use for the x-axis values. |
void |
setYaxisColumn(String yAxisColumn)
Set the column name from the ITuple to use for the y-axis values. |
Method Detail |
---|
void setVar(String var)
IDataPointSet
. This
is a required attribute. If the scope is not specified (see
setScope(String)
) then the ITuple
will be stored in
page
scope.
var
- the name of the output variablesetScope(String)
void setScope(String scope)
page
,request
,
session
or application
. The default is
page
.
scope
- scope of the output variablesetVar(String)
void setTuple(Object tuple)
ITuple
used to fill the IDataPointSet
. This can
be an instance of IDataPointSet
, or the name of a variable in a
JSP scope holding an IDataPointSet
.
tuple
- the ITuple
used to fill the IDataPointSet
void setXaxisColumn(String xAxisColumn)
ITuple
to use for the x-axis values.
This is a required attribute.
xAxisColumn
- the column name from the ITuple
to use for the x-axis
values.setTuple(Object)
void setYaxisColumn(String yAxisColumn)
ITuple
to use for the y-axis values.
This is a required attribute.
yAxisColumn
- the column name from the ITuple
to use for the y-axis
values.setTuple(Object)
void setTitle(String title)
title
- the title of the IDataPointSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |