Description Details Fields Methods Author(s)
Encapsulate both measurement and chart for display in epiviz web app
This provides a convenience interface to the measurement/chart interface. All measurements for a given object are encapsulated in an EpivizData-class
object, and its plot
method is called to create an EpivizChart-class
object.
msObject
:(EpivizData-class
) object encapsulating measuremnts.
chartObject
:(EpivizChart-class
) object encapsulating a chart.
id
:(character) device id set by session manager. Use getId
method to get id.
getMsObject()
: Return msObject
.
getChartObject()
: Return chartObject
.
getMsId()
: Return id of msObject
.
getChartId()
: Return id of chartObject
.
setId(id)
: Set device id. For internal use only.
getId()
: Return device object id.
update(newObject, sendRequest=TRUE)
: Update data object in msObject
. Calls the update
method of msObject
.
Hector Corrada Bravo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.